Public Member Functions | |
Contiifstream (const std::string &n="") | |
~Contiifstream (void) | |
void | open (const std::string &n) |
bool | loop (void) |
bool | ready (void) |
std::string | next (void) |
Protected Attributes | |
std::string | filename |
unsigned int | cursor |
char | buffer [BUFFER_SIZE] |
std::list< std::string > | reader |
bool | first |
Static Protected Attributes | |
static const unsigned int | BUFFER_SIZE = 256 |
dynamicgraph::Contiifstream::Contiifstream | ( | const std::string & | n = "" |
) |
dynamicgraph::Contiifstream::~Contiifstream | ( | void | ) |
bool dynamicgraph::Contiifstream::loop | ( | void | ) |
std::string dynamicgraph::Contiifstream::next | ( | void | ) |
void dynamicgraph::Contiifstream::open | ( | const std::string & | n | ) | [inline] |
bool dynamicgraph::Contiifstream::ready | ( | void | ) | [inline] |
char dynamicgraph::Contiifstream::buffer[BUFFER_SIZE] [protected] |
const unsigned int dynamicgraph::Contiifstream::BUFFER_SIZE = 256 [static, protected] |
unsigned int dynamicgraph::Contiifstream::cursor [protected] |
std::string dynamicgraph::Contiifstream::filename [protected] |
bool dynamicgraph::Contiifstream::first [protected] |
std::list< std::string > dynamicgraph::Contiifstream::reader [protected] |