#include <list>
#include <sstream>
#include <string>
#include <map>
#include <boost/iterator/indirect_iterator.hpp>
#include <det/VManager.h>
#include <utl/ErrorLogger.h>
Go to the source code of this file.
#define MANAGERREGISTER_GETDATA |
( |
|
_T_... | ) |
|
Value:Status GetData(_T_& returnData, \
const std::string& componentProperty, \
const std::string& componentName, \
const IndexMap& componentIndex) const \
{ return GetManagerData(returnData, componentProperty, componentName, componentIndex); }
Status
Return code for seek operation.
Definition at line 138 of file ManagerRegister.h.