![]() |
gxPL
1.0
Tools, Application and Framework for xPL
|
![]() |
Data Structures | |
struct | _gxPLPair |
Describe a name=value pair. More... | |
Functions | |
void | gxPLPairDelete (void *pair) |
Release a pair allocte on the heap Used by sysio vector and dlist. More... | |
gxPLPair * | gxPLPairFromLine (char *line) |
Sets a name/value form a string. More... | |
gxPLPair * | gxPLPairFromString (char *str) |
Sets a name/value form a string. More... | |
const void * | gxPLPairKey (const void *pair) |
Returns the name of a pair as a const void * pointer Used by sysio vector. More... | |
int | gxPLPairMatch (const void *key1, const void *key2) |
Compares name of 2 pair s. More... | |
Typedefs | |
typedef struct _gxPLPair | gxPLPair |
Describe a name=value pair. | |
void gxPLPairDelete | ( | void * | pair | ) |
Release a pair allocte on the heap Used by sysio vector and dlist.
pair |
gxPLPair* gxPLPairFromLine | ( | char * | line | ) |
Sets a name/value form a string.
line | string name=value |
gxPLPair* gxPLPairFromString | ( | char * | str | ) |
Sets a name/value form a string.
str | string name=value\0 |
const void* gxPLPairKey | ( | const void * | pair | ) |
Returns the name of a pair as a const void * pointer Used by sysio vector.
pair |
int gxPLPairMatch | ( | const void * | key1, |
const void * | key2 | ||
) |
Compares name of 2 pair s.
key1 | |
key2 |