32 #ifndef GENAPI_ICATEGORY_H 33 #define GENAPI_ICATEGORY_H 44 # pragma warning ( push ) 45 # pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY 66 virtual void GetFeatures(FeatureList_t &Features)
const = 0;
75 #ifndef DOXYGEN_IGNORE 96 return ref::m_Ptr->GetFeatures(Features);
112 # pragma warning ( pop ) 115 #endif // ifndef GENAPI_ICATEGORY_H Common types used in the public GenApi interface.
virtual void GetFeatures(FeatureList_t &Features) const
Get all features of the category (including sub-categories)
#define ACCESS_EXCEPTION
Fires a access exception, e.g. throw ACCESS_EXCEPTION("Not everybody")
interface GENAPI_DECL_ABSTRACT IValue
Interface for value properties.
CCategoryRefT< ICategory > CCategoryRef
Reference to an ICategory pointer.
Portable string implementation.
declspec's to be used for GenApi Windows dll
Portable container classes for INode & IValue pointers.
interface GENAPI_DECL_ABSTRACT INode
Interface common to all nodes.
Definition of the interface IValue.
interface GENAPI_DECL_ABSTRACT ICategory
Gives access to a category node.
Part of the generic device API.