27#ifndef GENAPI_SELECTORSTATE_H
28#define GENAPI_SELECTORSTATE_H
33namespace GENAPI_NAMESPACE
36 class GENAPI_DECL CSelectorState
38 GENICAM_NAMESPACE::gcstring_vector m_Names;
39 GENICAM_NAMESPACE::gcstring_vector m_Values;
55 void AddSelector(IValue& item);
74 bool RestoreState(INodeMap *pNodeMap, GENICAM_NAMESPACE::gcstring_vector *pErrorList = NULL);
Definition of the interface IValue.
Common types used in the public GenApi interface.
A string class which is a clone of std::string.
Definition GCString.h:51