|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Inheritance diagram for LabelMap< Key >:Additional Inherited Members | |
Public Types inherited from OrderedMap< Key, std::string > | |
| typedef std::pair< Key, std::string > | entry_t |
| typedef std::list< entry_t > | list_t |
| typedef list_t::iterator | iterator |
| typedef list_t::const_iterator | const_iterator |
| typedef std::unordered_map< Key, iterator > | map_t |
Public Member Functions inherited from OrderedMap< Key, std::string > | |
| void | clear () |
| const_iterator | begin () const |
| iterator | begin () |
| const_iterator | end () const |
| iterator | end () |
| size_t | size () const |
| bool | empty () const |
| void | insert (const Key &key, const std::string &object) |
| iterator | find (const Key &key) |
| const_iterator | find (const Key &key) const |
| size_t | erase (const Key &key) |
| const std::string & | value (const Key &key) const |
| const std::string & | operator[] (const Key &key) |
Definition at line 38 of file SampleLabelHandler.h.