torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
torc::generic::NameData Struct Reference

#include <ParserHelpers.hpp>

+ Collaboration diagram for torc::generic::NameData:

Public Member Functions

 ~NameData () throw ()
 

Data Fields

std::string mName
 
std::string mOriginalName
 
std::vector< size_t > mIndices
 

Detailed Description

Definition at line 39 of file ParserHelpers.hpp.

Constructor & Destructor Documentation

torc::generic::NameData::~NameData ( )
throw (
)
inline

Definition at line 44 of file ParserHelpers.hpp.

44  {
45  }

Field Documentation

std::vector<size_t> torc::generic::NameData::mIndices

Definition at line 42 of file ParserHelpers.hpp.

std::string torc::generic::NameData::mName

Definition at line 40 of file ParserHelpers.hpp.

std::string torc::generic::NameData::mOriginalName

Definition at line 41 of file ParserHelpers.hpp.


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