|
| | config_time_t (config_obj &owner, time_t def_val, const char *name, const char *desc=NULL, bool bUserSeesGmt=false) |
| | Object constructor with the parent/owner leaf parameter.
|
| |
| | config_time_t (config_obj &owner, const char *def_val, const char *name, const char *desc=NULL, bool bUserSeesGmt=false) |
| | Object constructor with the parent/owner leaf parameter.
|
| |
| | config_time_t (const char *def_val, const char *name, const char *desc=NULL, bool bUserSeesGmt=false) |
| | Object constructor.
|
| |
| | config_time_t (time_t def_val, const char *name, const char *desc=NULL) |
| | Object constructor.
|
| |
|
virtual void | GetTypeValue (NBString &s) |
| |
|
| |
| | operator time_t () const |
| |
|
| |
| config_time_t & | operator= (time_t t) |
| | Assign the config_time_t object value from a anotherNBString object.
|
| |
| config_time_t & | operator= (const config_time_t &ci) |
| | Copy one config_string object to another.
|
| |
|
NBString | GetAsGmtString () |
| |
|
| |
|
NBString | GetAsLocalString () |
| |
|
| |
|
virtual int | Missing_ConfigEndMarker (void *&startp) |
| | This is named so error messages make sense to user, old name was GetExtent.
|
| |
|
void | RenderValue (int fd, int len, const char *extra) |
| |
|
| |
|
void | RenderInput (int fd, int len, const char *extra) |
| |
|
| |
|
bool | ProcessValue (const char *pValue) |
| |
|
| |
| virtual void | GetTextValue (NBString &s) override |
| | Get the object value (as a text string with quotations) to the specified NBString object.
|
| |
| | config_string (config_obj &owner, NBString def_val, const char *name, const char *desc=NULL) |
| | Object constructor with the parent/owner leaf parameter.
|
| |
| | config_string (NBString def_val, const char *name, const char *desc=NULL) |
| | Object constructor.
|
| |
| | config_string (config_obj &owner, const char *def_val, const char *name, const char *desc=NULL) |
| | Object constructor with the parent/owner leaf parameter.
|
| |
| | config_string (const char *def_val, const char *name, const char *desc=NULL) |
| | Object constructor.
|
| |
| void | SetEnumList (NBString s) |
| | Renders the data used to explain the schema/descriptions for the list of choices.
|
| |
| | operator NBString () const |
| | Return the object value.
|
| |
| config_string & | operator= (const char *p) |
| | Assign the config_string object value from a const char* string.
|
| |
| config_string & | operator= (const NBString &s) |
| | Assign the config_string object value from a NBString object.
|
| |
| config_string & | operator= (const config_string &ci) |
| | Copy one config_string object to another.
|
| |
| const char * | c_str () const |
| | Returns the object value as a string.
|
| |
| size_t | length () const |
| | Returns the string length in bytes.
|
| |
| const char & | operator[] (size_t pos) const |
| | Return the value of a character in the string.
|
| |
Class to hold time configuration.