fw4spl
fwDataCamp::visitor::PathVisitor Struct Reference

Check if object introspection process mathes a given path. More...

#include <GetObject.hpp>

Public Types

Typedefs
typedef std::shared_ptr< PathVisitorsptr
 
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.
 

Detailed Description

Check if object introspection process mathes a given path.

Definition at line 26 of file GetObject.hpp.

Constructor & Destructor Documentation

fwDataCamp::visitor::PathVisitor::PathVisitor ( const std::string &  path)
inline

Constructor.

Parameters
path

Definition at line 40 of file GetObject.hpp.


The documentation for this struct was generated from the following file: