Go to the documentation of this file.Go to the SVN repository for this file.
41 #ifndef GUI_OBJECTS_PLUGINARGSET_BASE_HPP
42 #define GUI_OBJECTS_PLUGINARGSET_BASE_HPP
55 #ifndef BEGIN_objects_SCOPE
56 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
57 # define END_objects_SCOPE END_SCOPE(objects)
95 typedef list< CRef< CPluginArg > >
Tdata;
107 bool IsSet(
void)
const;
114 bool CanGet(
void)
const;
132 operator const Tdata& (void)
const;
134 operator Tdata& (void);
191 m_set_State[0] |= 0x1;
Base class for all serializable objects.
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIOBJECTS_EXPORT
list< CRef< CPluginArg > > m_data
bool IsSet(void) const
Check if a value has been assigned to data member.
CPluginArgSet_Base & operator=(const CPluginArgSet_Base &)
CPluginArgSet_Base(const CPluginArgSet_Base &)
list< CRef< CPluginArg > > Tdata
Tdata & Set(void)
Assign a value to data member.
bool CanGet(void) const
Check if it is safe to call Get method.
DECLARE_INTERNAL_TYPE_INFO()
const Tdata & Get(void) const
Get the member data.
Defines to provide correct exporting from DLLs in Windows.
const TYPE & Get(const CNamedParameterList *param)