|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <SourceGroupInterface.h>


Public Member Functions | |
| SourceWrapper (std::unique_ptr< SourceInterface > source) | |
| SourceWrapper (const SourceWrapper &source)=delete | |
| SourceWrapper (SourceWrapper &&)=default | |
| const Property & | getProperty (const PropertyId &property_id) const override |
| void | setProperty (std::unique_ptr< Property > property, const PropertyId &property_id) override |
| bool | operator< (const SourceWrapper &other) const |
| SourceInterface & | getRef () const |
Public Member Functions inherited from SourceXtractor::SourceInterface | |
| virtual | ~SourceInterface ()=default |
| Destructor. More... | |
| template<typename PropertyType > | |
| const PropertyType & | getProperty (unsigned int index=0) const |
| Convenience template method to call getProperty() with a more user-friendly syntax. More... | |
| template<typename PropertyType , typename... Args> | |
| void | setIndexedProperty (std::size_t index, Args...args) |
| Convenience template method to call setProperty() with a more user-friendly syntax. More... | |
| template<typename PropertyType , typename... Args> | |
| void | setProperty (Args...args) |
Private Attributes | |
| std::unique_ptr< SourceInterface > | m_source |
Definition at line 44 of file SourceGroupInterface.h.
|
inlineexplicit |
Definition at line 47 of file SourceGroupInterface.h.
References std::move().

|
delete |
|
default |
|
inlineoverridevirtual |
Returns a reference to the requested property. The property may be computed if needed Throws a PropertyNotFoundException if the property cannot be provided.
Implements SourceXtractor::SourceInterface.
Definition at line 53 of file SourceGroupInterface.h.
References m_source.
|
inline |
Definition at line 65 of file SourceGroupInterface.h.
References m_source.
|
inline |
Definition at line 61 of file SourceGroupInterface.h.
References m_source.
|
inlineoverridevirtual |
Implements SourceXtractor::SourceInterface.
Definition at line 57 of file SourceGroupInterface.h.
References m_source, and std::move().

|
private |
Definition at line 74 of file SourceGroupInterface.h.
Referenced by getProperty(), getRef(), operator<(), and setProperty().
1.8.5