File inifile.cc
FileList > ase > inifile.cc
#include "inifile.hh"
#include "unicode.hh"
#include "utils.hh"
#include "strings.hh"
#include <cstring>
Namespaces
Type | Name |
---|---|
namespace | Ase The Anklang C++ API namespace. |
Macros
Type | Name |
---|---|
define | IDEBUG (...) Ase::debug ("inifile", \_\_VA\_ARGS\_\_) |
define | ISASCIINLSPACE (c) (c == ' ' \|\| (c >= 9 && c <= 13)) |
define | ISASCIIWHITESPACE (c) (c == ' ' \|\| c == '\t' \|\| (c >= 11 && c <= 13)) |
Macro Definition Documentation
define IDEBUG
#define IDEBUG (
...
) `Ase::debug ("inifile", __VA_ARGS__)`
define ISASCIINLSPACE
#define ISASCIINLSPACE (
c
) `(c == ' ' || (c >= 9 && c <= 13))`
define ISASCIIWHITESPACE
#define ISASCIIWHITESPACE (
c
) `(c == ' ' || c == '\t' || (c >= 11 && c <= 13))`
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/inifile.cc