#include "ace/Configuration.h"
#include "dcps_export.h"
#include "dds/DCPS/PoolAllocator.h"
#include <sstream>
#include <cstdlib>
Include dependency graph for ConfigUtils.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OpenDDS |
namespace | OpenDDS::DCPS |
Typedefs | |
typedef std::pair< OPENDDS_STRING, ACE_Configuration_Section_Key > | OpenDDS::DCPS::SubsectionPair |
Functions | |
typedef | OpenDDS::DCPS::OPENDDS_MAP (OPENDDS_STRING, OPENDDS_STRING) ValueMap |
Helper types and functions for config file parsing. | |
typedef | OpenDDS::DCPS::OPENDDS_LIST (SubsectionPair) KeyList |
template<typename T> | |
bool | OpenDDS::DCPS::convertToInteger (const OPENDDS_STRING &s, T &value) |
int | OpenDDS::DCPS::pullValues (ACE_Configuration_Heap &cf, const ACE_Configuration_Section_Key &key, ValueMap &values) |
int | OpenDDS::DCPS::processSections (ACE_Configuration_Heap &cf, const ACE_Configuration_Section_Key &key, KeyList &subsections) |