#include <assert.h>#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "icl_core/os_string.h"#include "icl_core_config/AttributeTree.h"
Go to the source code of this file.
Namespaces | |
| namespace | icl_core |
| namespace | icl_core::config |
Framework for processing configuration files. | |
Defines | |
| #define | LOCAL_PRINTF printf |
Functions | |
| void | icl_core::config::readNextLineInBuffer (istream &in) |
Variables | |
| static char | icl_core::config::buffer [2000] |
| const char * | icl_core::config::comment_end_str = "}_COMMENT_" |
| const char * | icl_core::config::comment_str = comment_end_str + 1 |
| const char | icl_core::config::DSEP = '/' |
| const char | icl_core::config::DSEP_OTHER = '\\' |
| int | icl_core::config::file_name_str_len = 0 |
| int | icl_core::config::file_path_str_len = 0 |
| const int | icl_core::config::INCLUDE_OFFSET = 10 |
| const char * | icl_core::config::include_str = "_INCLUDE_" |
Definition in file AttributeTree.cpp.
| #define LOCAL_PRINTF printf |
Definition at line 39 of file AttributeTree.cpp.