Classes | |
struct | eepgwde::detail::loader::Impl |
struct | eepgwde::detail::loader |
Functions | |
eepgwde::detail::loader::loader (const std::string &n) throw (std::exception) | |
The constructor for filename input. | |
char * | eepgwde::detail::loader::get () throw (std::exception) |
Get a single line using boost::iostreams. | |
int | eepgwde::detail::loader::line () const |
eepgwde::detail::loader::~loader () |
char * eepgwde::detail::loader::get | ( | ) | throw (std::exception) [inherited] |
Get a single line using boost::iostreams.
Definition at line 73 of file loader0.cpp.
References BUFFER_LEN, and eepgwde::detail::loader::impl.
Referenced by main().
int eepgwde::detail::loader::line | ( | ) | const [inherited] |
Get the count of the number of lines read by the underlying boost::iostreams object.
Definition at line 85 of file loader0.cpp.
References eepgwde::detail::loader::impl.
eepgwde::detail::loader::loader | ( | const std::string & | n | ) | throw (std::exception) [inherited] |
eepgwde::detail::loader::~loader | ( | ) | [inherited] |
Definition at line 90 of file loader0.cpp.