libcfg+  0.7.0
Functions
cfgfile.h File Reference

config file parsing header file More...

Go to the source code of this file.

Functions

int cfg_cfgfile_get_next_opt (const CFG_CONTEXT con)
 Parse next config file option(s) and return its value (if non-zero) or error code. More...
 

Detailed Description

config file parsing header file

Author
Ondrej Jombik nepto.nosp@m.@pla.nosp@m.ton.s.nosp@m.k
Lubomir Host rajo@.nosp@m.plat.nosp@m.on.sk
Version
$Platon: libcfg+/src/cfgfile.h,v 1.14 2015/09/12 04:04:50 nepto Exp $
Date
2001-2015

Function Documentation

int cfg_cfgfile_get_next_opt ( const CFG_CONTEXT  con)

Parse next config file option(s) and return its value (if non-zero) or error code.

Parameters
coninitialized config file context
Returns
next option val, code of error (CFG_ERROR_*) or CFG_OK on end
See also
cfg_error
cfg_context

libcfg+ developer documentation generated by Doxygen