#include <soma-io/config/soma_config.h>
#include <soma-io/datasourceinfo/datasourceinfo.h>
#include <soma-io/datasourceinfo/datasourceinfoloader.h>
#include <soma-io/datasource/datasourcelist.h>
#include <soma-io/datasource/datasource.h>
#include <soma-io/datasource/filedatasource.h>
#include <soma-io/datasource/streamdatasource.h>
#include <soma-io/io/formatdictionary.h>
#include <soma-io/io/reader.h>
#include <soma-io/reader/formatreader.h>
#include <soma-io/allocator/allocator.h>
#include <cartobase/exception/ioexcept.h>
#include <cartobase/object/object.h>
#include <cartobase/object/property.h>
#include <cartobase/stream/fileutil.h>
#include <set>
#include <map>
#include <cartobase/config/verbose.h>
Go to the source code of this file.
|
| typedef std::multimap< std::string, std::string > | soma::multi_S |
| |
| typedef std::set< std::string > | soma::set_S |
| |
| typedef std::pair< std::multimap< std::string, std::string >::const_iterator, std::multimap< std::string, std::string >::const_iterator > | soma::pair_cit_S |
| |
◆ localMsg
| #define localMsg |
( |
| message | ) |
|
Value:
#define cartoCondMsg(level, message, space)
Definition at line 58 of file reader_d.h.