#include <config.h>
Detailed Description
Definition at line 227 of file config.h.
Constructor & Destructor Documentation
| cSetupLine::cSetupLine |
( |
void |
| ) |
|
| cSetupLine::cSetupLine |
( |
const char * |
Name, |
|
|
const char * |
Value, |
|
|
const char * |
Plugin = NULL |
|
) |
| |
| cSetupLine::~cSetupLine |
( |
| ) |
|
|
virtual |
| cSetupLine::cSetupLine |
( |
void |
| ) |
|
| cSetupLine::cSetupLine |
( |
const char * |
Name, |
|
|
const char * |
Value, |
|
|
const char * |
Plugin = NULL |
|
) |
| |
| virtual cSetupLine::~cSetupLine |
( |
| ) |
|
|
virtual |
Member Function Documentation
| int cSetupLine::Compare |
( |
const cListObject & |
ListObject | ) |
const |
|
virtual |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 325 of file config.c.
References name, and plugin.
| virtual int cSetupLine::Compare |
( |
const cListObject & |
ListObject | ) |
const |
|
virtual |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
| const char* cSetupLine::Name |
( |
void |
| ) |
|
|
inline |
| const char* cSetupLine::Name |
( |
void |
| ) |
|
|
inline |
| bool cSetupLine::Parse |
( |
char * |
s | ) |
|
| bool cSetupLine::Parse |
( |
char * |
s | ) |
|
| const char* cSetupLine::Plugin |
( |
void |
| ) |
|
|
inline |
| const char* cSetupLine::Plugin |
( |
void |
| ) |
|
|
inline |
| bool cSetupLine::Save |
( |
FILE * |
f | ) |
|
| bool cSetupLine::Save |
( |
FILE * |
f | ) |
|
| const char* cSetupLine::Value |
( |
void |
| ) |
|
|
inline |
| const char* cSetupLine::Value |
( |
void |
| ) |
|
|
inline |
Member Data Documentation
| char * cSetupLine::plugin |
|
private |
The documentation for this class was generated from the following files: