DDS  ver. 3.4
Typedefs | Variables
ncf.cpp File Reference
#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 Documentation

◆ Tok

typedef boost::tokenizer<boost::escaped_list_separator<char> > Tok

Variable Documentation

◆ g_bashscript_end

const string g_bashscript_end = "@bash_end@"

◆ g_bashscript_start

const string g_bashscript_start = "@bash_begin@"

◆ g_comment_char

const char g_comment_char = '#'