|
fw4spl
|
Check if object introspection process mathes a given path. More...
#include <GetObject.hpp>
Public Types | |
Typedefs | |
| typedef std::shared_ptr< PathVisitor > | sptr |
| typedef std::vector< std::string > | ObjectsNamesType |
Public Member Functions | |
| PathVisitor (const std::string &path) | |
| Constructor. More... | |
| void | merge (PathVisitor::sptr pathVisitor) |
| Appends the path elements of the given path visitor. | |
| void | addObject (const std::string &objPath) |
| Appends a path element. | |
| bool | allObjectsFound () const |
| Returns true if all path elements were found during an introspection process. | |
Check if object introspection process mathes a given path.
Definition at line 26 of file GetObject.hpp.
|
inline |