GEOS
|
#include "InputFlags.hpp"
#include "ObjectCatalog.hpp"
#include "MappedVector.hpp"
#include "RestartFlags.hpp"
#include "Wrapper.hpp"
#include "xmlWrapper.hpp"
#include "LogLevelsInfo.hpp"
#include "LogLevelsRegistry.hpp"
#include <iostream>
Go to the source code of this file.
Classes | |
class | geos::dataRepository::Group |
struct | geos::dataRepository::Group::viewKeyStruct |
Structure to hold scoped key names. More... | |
Namespaces | |
geos | |
geos::dataRepository | |
Macros | |
#define | NOCHARTOSTRING_KEYLOOKUP 0 |
macro definition to enable/disable char * lookups | |
Typedefs | |
using | geos::dataRepository::keyType = string |
The default key type for entries in the hierarchy. | |
using | geos::dataRepository::indexType = localIndex |
The default index type for entries the hierarchy. | |
using | geos::dataRepository::GroupKey = Group::subGroupMap::KeyIndex |
Type alias for KeyIndexT type used for sub-group lookups. | |
using | geos::dataRepository::ViewKey = Group::wrapperMap::KeyIndex |
Type alias for KeyIndexT type used for wrapper lookups. | |