41 #ifndef GUI_OBJECTS_GBENCHINITREQUEST_BASE_HPP
42 #define GUI_OBJECTS_GBENCHINITREQUEST_BASE_HPP
51 #ifndef BEGIN_objects_SCOPE
52 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
53 # define END_objects_SCOPE END_SCOPE(objects)
118 bool IsSetVersion(
void)
const;
125 bool CanGetVersion(
void)
const;
128 void ResetVersion(
void);
134 const TVersion& GetVersion(
void)
const;
149 virtual void Reset(
void);
At initialization, we only ask for the version of Genome Workbench being run.
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
bool CanGetVersion(void) const
Check if it is safe to call GetVersion method.
DECLARE_INTERNAL_TYPE_INFO()
CGBenchInitRequest_Base & operator=(const CGBenchInitRequest_Base &)
const TVersion & GetVersion(void) const
Get the Version member data.
Tparent::CMemberIndex< E_memberIndex, 2 > TmemberIndex
CRef< TVersion > m_Version
CGBenchInitRequest_Base(const CGBenchInitRequest_Base &)
CGBenchVersionInfo TVersion
void ResetVersion(void)
Reset Version data member.
TVersion & SetVersion(void)
Assign a value to Version data member.
bool IsSetVersion(void) const
Check if a value has been assigned to Version data member.
Defines to provide correct exporting from DLLs in Windows.
const GenericPointer< typename T::ValueType > T2 value