|
|
template | int |
#include <classlib/include/classlib/deques.h>
template | int |
#include <classlib/include/classlib/deques.h>
inline unsigned HashValue ( void *& t )
| HashValue |
#include <classlib/include/classlib/hashimp.h>
template
Template function which calls the HashValue() member function for an object of type T. The (void *) non-template function is defined so that indirect container templates will compile. It should never be called.
inline unsigned HashValue ( const TVoidPointer& t )
| HashValue |
#include <classlib/include/classlib/hashimp.h>
template
Template function which calls the HashValue() member function for an object of type T. The (void *) non-template function is defined so that indirect container templates will compile. It should never be called.
template | HashValue |
#include <classlib/include/classlib/hashimp.h>
template
Template function which calls the HashValue() member function for an object of type T. The (void *) non-template function is defined so that indirect container templates will compile. It should never be called.
inline void * operator new ( size_t sz, TMMemStack& m )
| operator new |
#include <classlib/include/classlib/memmgr.h>
typedef TMMemBlocks TStandardBlocks | TStandardBlocks |
#include <classlib/include/classlib/memmgr.h>
typedef TMMemBlocks TSharedBlocks | TSharedBlocks |
#include <classlib/include/classlib/memmgr.h>
template | tmin |
#include <classlib/include/classlib/stdtempl.h>
Template min function. Return the min value from the supplied one.
template | tmax |
#include <classlib/include/classlib/stdtempl.h>
Template max function. Return the max value from the supplied one.
template | tmin |
#include <classlib/include/classlib/stdtempl.h>
Template min function. Return the min value from the supplied one.
template | tmax |
#include <classlib/include/classlib/stdtempl.h>
Template max function. Return the max value from the supplied one.
template | trange |
#include <classlib/include/classlib/stdtempl.h>
Template range function. It ensure return value is inside the suppied limits.
inline unsigned NextDelta ( unsigned sz, unsigned delta )
| NextDelta |
#include <classlib/include/classlib/vectimp.h>
inline FixString operator + (LPCSTR sz, const FixString& s)
| operator + |
#include <classlib/include/fixstring.h>
int getopt (int argc, char **argv, char *optionS)
| getopt |
#include <classlib/include/getopt.h>
* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************
template | Swap |
#include <classlib/include/nmath.h>
template | maxSwap |
#include <classlib/include/nmath.h>
template | minSwap |
#include <classlib/include/nmath.h>
typedef TArray<Matrix3> ArrayMatrix3 | ArrayMatrix3 |
#include <classlib/include/nmath.h>
typedef TArray<Punto2D> ArrayPunto2D | ArrayPunto2D |
#include <classlib/include/nmath.h>
typedef TArray<Punto3D> ArrayPunto3D | ArrayPunto3D |
#include <classlib/include/nmath.h>
typedef TArray<Linea2D> ArrayLinea2D | ArrayLinea2D |
#include <classlib/include/nmath.h>
typedef TArray<Linea3D> ArrayLinea3D | ArrayLinea3D |
#include <classlib/include/nmath.h>
int arcpointlist ( Punto2D centro,
double start, double stop, float raggio, ArrayPunto2D &punti )
| arcpointlist |
#include <classlib/include/nmath.h>
int arcpointlist ( Punto2D centro,
double start, double stop, float raggio, ArrayPunto3D &punti )
| arcpointlist |
#include <classlib/include/nmath.h>
int ellipseinlist ( Punto2D centro, double a, double b, ArrayPunto2D &punti )
| ellipseinlist |
#include <classlib/include/nmath.h>
int ellipseinlist ( Punto2D centro, double a, double b, ArrayPunto3D &punti )
| ellipseinlist |
#include <classlib/include/nmath.h>
int arcpointlist ( float x, float y,
double start, double stop, float raggio,
float *xlist, float *ylist, int maxpunti )
| arcpointlist |
#include <classlib/include/nmath.h>
int ellipseinlist ( float x, float y,
double a, double b,
float *xlist, float *ylist, int maxpunti )
| ellipseinlist |
#include <classlib/include/nmath.h>
int ArcoPerTrePunti ( Punto2D estremo1, Punto2D estremo2, Punto2D p, ArcInfo &ai )
| ArcoPerTrePunti |
#include <classlib/include/nmath.h>
int Cerchio3Punti ( Punto2D estremo1, Punto2D estremo2,
Punto2D PtMedio, Punto2D& Centro, double& raggio )
| Cerchio3Punti |
#include <classlib/include/nmath.h>
int Arco3Punti ( Punto2D estremo1, Punto2D estremo2, Punto2D PtMedio,
Punto2D& Centro, double& raggio, double& AngStart, double& AngStop )
| Arco3Punti |
#include <classlib/include/nmath.h>
int ArcoPerTrePunti (
float p1x, float p1y,
float p2x, float p2y,
float p3x, float p3y,
ArcInfo *ai )
| ArcoPerTrePunti |
#include <classlib/include/nmath.h>
double CoeffAng ( double xa, double ya, double xb, double yb )
| CoeffAng |
#include <classlib/include/nmath.h>
int arcpointlist ( float x, float y,
double start, double stop, float raggio,
float *xlist, float *ylist, int maxpunti )
| arcpointlist |
#include <classlib/include/nmath.h>
int ellipseinlist ( float x, float y,
double a, double b,
float *xlist, float *ylist, int maxpunti )
| ellipseinlist |
#include <classlib/include/nmath.h>
int ArcoPerTrePunti (
float p1x, float p1y,
float p2x, float p2y,
float p3x, float p3y,
float* pcx, float* pcy,
float* raggio
)
| ArcoPerTrePunti |
#include <classlib/include/nmath.h>
typedef signed char int8 | int8 |
#include <classlib/include/systypes.h>
* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************
typedef signed short int16 | int16 |
#include <classlib/include/systypes.h>
typedef signed long int32 | int32 |
#include <classlib/include/systypes.h>
typedef unsigned char uint8 | uint8 |
#include <classlib/include/systypes.h>
typedef unsigned short uint16 | uint16 |
#include <classlib/include/systypes.h>
typedef unsigned long uint32 | uint32 |
#include <classlib/include/systypes.h>
typedef unsigned char UCHAR | UCHAR |
#include <classlib/include/systypes.h>
typedef char* LPSTR | LPSTR |
#include <classlib/include/systypes.h>
typedef const char* LPCSTR | LPCSTR |
#include <classlib/include/systypes.h>
typedef const char* LPCTSTR | LPCTSTR |
#include <classlib/include/systypes.h>
typedef signed int INT | INT |
#include <classlib/include/systypes.h>
typedef unsigned int UINT | UINT |
#include <classlib/include/systypes.h>
typedef signed int* LPINT | LPINT |
#include <classlib/include/systypes.h>
typedef unsigned int* LPUINT | LPUINT |
#include <classlib/include/systypes.h>
typedef signed long LONG | LONG |
#include <classlib/include/systypes.h>
typedef unsigned long ULONG | ULONG |
#include <classlib/include/systypes.h>
typedef signed long* LPLONG | LPLONG |
#include <classlib/include/systypes.h>
typedef unsigned long* LPULONG | LPULONG |
#include <classlib/include/systypes.h>
typedef signed short SHORT | SHORT |
#include <classlib/include/systypes.h>
typedef unsigned short USHORT | USHORT |
#include <classlib/include/systypes.h>
typedef signed short* LPSHORT | LPSHORT |
#include <classlib/include/systypes.h>
typedef unsigned short* LPUSHORT | LPUSHORT |
#include <classlib/include/systypes.h>
typedef unsigned char BYTE | BYTE |
#include <classlib/include/systypes.h>
typedef unsigned char* LPBYTE | LPBYTE |
#include <classlib/include/systypes.h>
typedef unsigned short int WORD | WORD |
#include <classlib/include/systypes.h>
typedef unsigned short int* LPWORD | LPWORD |
#include <classlib/include/systypes.h>
typedef unsigned int DWORD | DWORD |
#include <classlib/include/systypes.h>
typedef unsigned int* LPDWORD | LPDWORD |
#include <classlib/include/systypes.h>
typedef void* LPVOID | LPVOID |
#include <classlib/include/systypes.h>
typedef BOOL* LPBOOL | LPBOOL |
#include <classlib/include/systypes.h>
unsigned stringHash (const char *s)
| stringHash |
#include <classlib/include/usclslib.h>
* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************
unsigned stringHashNocase (const char *s)
| stringHashNocase |
#include <classlib/include/usclslib.h>
char* strupr (char* s)
| strupr |
#include <classlib/include/usclslib.h>
char* strlwr (char* s)
| strlwr |
#include <classlib/include/usclslib.h>
char* trim (char* s)
| trim |
#include <classlib/include/usclslib.h>
char strcharnospace (const char *s)
| strcharnospace |
#include <classlib/include/usclslib.h>
int isonlyspace (const char* s)
| isonlyspace |
#include <classlib/include/usclslib.h>
char* substchr (char* s, int c1, int c2)
| substchr |
#include <classlib/include/usclslib.h>
char* substnchr (char* s, int n, int c1, int c2)
| substnchr |
#include <classlib/include/usclslib.h>
long filelength (int handle)
| filelength |
#include <classlib/include/usclslib.h>
int send (Socket& sock, VARIANT& valore, int flags = MSG_NOSIGNAL)
| send |
#include <classlib/include/variant.h>
int recv (Socket& sock, VARIANT& valore, int flags = MSG_NOSIGNAL | MSG_WAITALL)
| recv |
#include <classlib/include/variant.h>
int send (Socket& sock, BSTR stringa, int flags = MSG_NOSIGNAL)
| send |
#include <classlib/include/variant.h>
int recv (Socket& sock, BSTR& valore, int flags = MSG_NOSIGNAL | MSG_WAITALL)
| recv |
#include <classlib/include/variant.h>
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |