OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
MWDialogue::KeywordSearch< string_t, value_t >::Entry Struct Reference
Collaboration diagram for MWDialogue::KeywordSearch< string_t, value_t >::Entry:

Public Types

typedef std::map< wchar_t, Entrychilden_t
 

Public Attributes

string_t mKeyword
 
value_t mValue
 
childen_t mChildren
 

Member Typedef Documentation

template<typename string_t, typename value_t>
typedef std::map<wchar_t, Entry> MWDialogue::KeywordSearch< string_t, value_t >::Entry::childen_t

Member Data Documentation

template<typename string_t, typename value_t>
childen_t MWDialogue::KeywordSearch< string_t, value_t >::Entry::mChildren
template<typename string_t, typename value_t>
string_t MWDialogue::KeywordSearch< string_t, value_t >::Entry::mKeyword
template<typename string_t, typename value_t>
value_t MWDialogue::KeywordSearch< string_t, value_t >::Entry::mValue

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