|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <ObjectInfo.h>


Public Member Functions | |
| ObjectInfo (const AssocModeConfig &config) | |
| ObjectInfo (const SourceInterface &source, const AssocModeConfig &config) | |
| virtual | ~ObjectInfo ()=default |
Public Member Functions inherited from std::map< std::string, Attribute > | |
| Attribute | begin (Attribute ... args) |
| Attribute | erase (Attribute ... args) |
| Attribute | insert (Attribute ... args) |
| Attribute | swap (Attribute ... args) |
| Attribute | end (Attribute ... args) |
| Attribute | emplace_hint (Attribute ... args) |
| Attribute | key_comp (Attribute ... args) |
| Attribute | cbegin (Attribute ... args) |
| Attribute | count (Attribute ... args) |
| Attribute | find (Attribute ... args) |
| Attribute | map (Attribute ... args) |
| Attribute | crbegin (Attribute ... args) |
| Attribute | at (Attribute ... args) |
| Attribute | upper_bound (Attribute ... args) |
| Attribute | rbegin (Attribute ... args) |
| Attribute | crend (Attribute ... args) |
| Attribute | size (Attribute ... args) |
| Attribute | operator= (Attribute ... args) |
| Attribute | ~map (Attribute ... args) |
| Attribute | value_comp (Attribute ... args) |
| Attribute | empty (Attribute ... args) |
| Attribute | lower_bound (Attribute ... args) |
| Attribute | cend (Attribute ... args) |
| Attribute | max_size (Attribute ... args) |
| Attribute | rend (Attribute ... args) |
| Attribute | get_allocator (Attribute ... args) |
| Attribute | clear (Attribute ... args) |
| Attribute | equal_range (Attribute ... args) |
| Attribute | emplace (Attribute ... args) |
| Attribute | operator[] (Attribute ... args) |
Additional Inherited Members | |
Public Attributes inherited from std::map< std::string, Attribute > | |
| std::string | keys |
| STL member. | |
| Attribute | elements |
| STL member. | |
Definition at line 34 of file ObjectInfo.h.
|
explicit |
Definition at line 31 of file ObjectInfo.cpp.
References std::map< std::string, Attribute >::emplace(), SourceXtractor::AssocModeConfig::getColumnsNames(), and std::make_pair().

| SourceXtractor::ObjectInfo::ObjectInfo | ( | const SourceInterface & | source, |
| const AssocModeConfig & | config ) |
Definition at line 54 of file ObjectInfo.cpp.
References std::vector< T >::at(), std::map< std::string, Attribute >::emplace(), SourceXtractor::AssocModeConfig::getColumnsNames(), std::make_pair(), and std::vector< T >::size().

|
virtualdefault |