Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::StringDictionary::Impl Class Reference

Implementation of the unicode string dictionary. More...

Collaboration diagram for Arcane::StringDictionary::Impl:

Public Types

typedef std::map< String, StringStringDictType

Public Attributes

StringDictType m_dictionary

Detailed Description

Implementation of the unicode string dictionary.

The implementation uses the STL map class.

Definition at line 45 of file StringDictionary.cc.

Member Typedef Documentation

◆ StringDictType

typedef std::map<String, String> Arcane::StringDictionary::Impl::StringDictType

Definition at line 49 of file StringDictionary.cc.

Constructor & Destructor Documentation

◆ Impl()

Arcane::StringDictionary::Impl::Impl ( )
inline

Definition at line 53 of file StringDictionary.cc.

Member Data Documentation

◆ m_dictionary

StringDictType Arcane::StringDictionary::Impl::m_dictionary

Definition at line 57 of file StringDictionary.cc.


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