VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
makVrv::DtFeatureFieldValueParser Class Reference

The DtFeatureFieldValueParser will create a map of all the field/ value pairs in feature file. More...

Public Types

typedef std::map< std::string,
std::set< std::string > > 
FeatureFieldValueMap
 Map of feature fields to a set of values.

Public Member Functions

 DtFeatureFieldValueParser (DtDe &de)
 CTOR.
 ~DtFeatureFieldValueParser ()
 DTOR.
bool getFeatureFieldValuePairs (const std::string &fileName, FeatureFieldValueMap &mapOut) const
 Load the gdb file, parse for features in the rule map, and create create props for them.

Protected Attributes

DtDemyDe

Detailed Description

The DtFeatureFieldValueParser will create a map of all the field/ value pairs in feature file.

Member Typedef Documentation

typedef std::map<std::string, std::set<std::string> > makVrv::DtFeatureFieldValueParser::FeatureFieldValueMap

Map of feature fields to a set of values.

Constructor & Destructor Documentation

makVrv::DtFeatureFieldValueParser::DtFeatureFieldValueParser ( DtDe de)

CTOR.

makVrv::DtFeatureFieldValueParser::~DtFeatureFieldValueParser ( )

DTOR.

Member Function Documentation

bool makVrv::DtFeatureFieldValueParser::getFeatureFieldValuePairs ( const std::string &  fileName,
FeatureFieldValueMap mapOut 
) const

Load the gdb file, parse for features in the rule map, and create create props for them.

The resulting props are nameless, so they must be renamed later

Member Data Documentation

DtDe& makVrv::DtFeatureFieldValueParser::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)