|
DDS
ver. 2.0
|
#include <iostream>#include <boost/tokenizer.hpp>#include "CustomIterator.h"#include "MiscUtils.h"#include "def.h"#include "ncf.h"Typedefs | |
| typedef boost::tokenizer< boost::escaped_list_separator< char > > | Tok |
Variables | |
| const char | g_comment_char = '#' |
| const string | g_bashscript_start = "@bash_begin@" |
| const string | g_bashscript_end = "@bash_end@" |
| typedef boost::tokenizer<boost::escaped_list_separator<char> > Tok |
| const string g_bashscript_end = "@bash_end@" |
| const string g_bashscript_start = "@bash_begin@" |
| const char g_comment_char = '#' |
1.8.13