|
|
#include <VisionX/libraries/armem_human/client/PersonInstanceReader.h>
Inheritance diagram for PersonInstanceReader:Classes | |
| struct | Query |
| struct | QueryResolved |
| struct | Result |
| struct | ResultResolved |
Public Types | |
| using | Base = armarx::armem::client::util::SimpleReaderBase |
Public Member Functions | |
| Result | query (const Query &query) const |
| ResultResolved | queryResolved (const QueryResolved &query) const |
| SimpleReaderBase () | |
| ~PersonInstanceReader () override | |
Public Member Functions inherited from SimpleReaderBase | |
| virtual void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| const Properties & | properties () const |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| void | setProperties (const Properties &p) |
| SimpleReaderBase () | |
| virtual | ~SimpleReaderBase ()=default |
Protected Member Functions | |
| ::armarx::armem::client::query::Builder | buildQuery (const Query &query) const |
| Properties | defaultProperties () const override |
| std::string | propertyPrefix () const override |
Protected Member Functions inherited from SimpleReaderBase | |
| const armem::client::Reader & | memoryReader () const |
Definition at line 37 of file PersonInstanceReader.h.
Definition at line 40 of file PersonInstanceReader.h.
|
overridedefault |
|
protected |
Definition at line 42 of file PersonInstanceReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 71 of file PersonInstanceReader.cpp.
|
overrideprotectedvirtual |
Implements SimpleReaderBase.
Definition at line 65 of file PersonInstanceReader.cpp.
| PersonInstanceReader::Result query | ( | const Query & | query | ) | const |
Definition at line 134 of file PersonInstanceReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| PersonInstanceReader::ResultResolved queryResolved | ( | const QueryResolved & | query | ) | const |
Definition at line 235 of file PersonInstanceReader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SimpleReaderBase | ( | ) |
Definition at line 49 of file SimpleReaderBase.cpp.