|
Orcus
|
Public Member Functions | |
| orcus_csv (spreadsheet::iface::import_factory *factory) | |
| virtual void | read_file (const std::string &filepath) |
| expects a system path to a local file More... | |
| virtual void | read_stream (const char *content, size_t len) |
| expects the whole content of the file More... | |
| virtual const char * | get_name () const |
Public Member Functions inherited from orcus::iface::import_filter | |
| import_filter (format_t input) | |
| void | set_config (const orcus::config &v) |
| const orcus::config & | get_config () const |
|
virtual |
Implements orcus::iface::import_filter.
|
virtual |
expects a system path to a local file
Implements orcus::iface::import_filter.
|
virtual |
expects the whole content of the file
Implements orcus::iface::import_filter.