Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_Config globals


Typedefs

typedef Fl_Ptr_List Fl_Config_Sections
 List used for sections in Fl_Config_Section.

typedef Fl_String_String_Map Fl_Config_Lines
 Map used for entries in Fl_Config_Section.


Enumerations

enum  ConfErrors {
  CONF_SUCCESS = 0, CONF_ERR_FILE, CONF_ERR_SECTION, CONF_ERR_KEY,
  CONF_ERR_MEMORY, CONF_ERR_NOVALUE
}
 Error codes for Fl_Config. More...


Enumeration Type Documentation

enum ConfErrors
 

Error codes for Fl_Config.

Enumeration values:
CONF_SUCCESS  successful operation.
CONF_ERR_FILE  trouble accessing config file or directory.
CONF_ERR_SECTION  requested section was not found.
CONF_ERR_KEY  requested key was not found.
CONF_ERR_MEMORY  memory allocation error.
CONF_ERR_NOVALUE  key found, but invalid value associated with it.

Definition at line 48 of file Fl_Config.h.


Generated on Thu Jul 31 15:33:58 2003 for eFLTK by doxygen1.2.15