NCBI C++ ToolKit
Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Static Private Attributes | List of all members
CGBenchVersionInfo Class Reference

Represents ASN.1 type GBenchVersionInfo defined in file gui_objects.asn

Search Toolkit Book for CGBenchVersionInfo

#include <gui/objects/GBenchVersionInfo.hpp>

+ Inheritance diagram for CGBenchVersionInfo:
+ Collaboration diagram for CGBenchVersionInfo:

Public Member Functions

 CGBenchVersionInfo (void)
 
 ~CGBenchVersionInfo (void)
 
void GetLabel (string *str) const
 Format a label for this version. More...
 
void GetVersionString (string *str) const
 retrieve just the version info More...
 
void AddVersionString (string *str) const
 
void GetOsString (string *str) const
 
void AddOsString (string *str) const
 
- Public Member Functions inherited from CGBenchVersionInfo_Base
 CGBenchVersionInfo_Base (void)
 
virtual ~CGBenchVersionInfo_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetVer_major (void) const
 Check if a value has been assigned to Ver_major data member. More...
 
bool CanGetVer_major (void) const
 Check if it is safe to call GetVer_major method. More...
 
void ResetVer_major (void)
 Reset Ver_major data member. More...
 
TVer_major GetVer_major (void) const
 Get the Ver_major member data. More...
 
void SetVer_major (TVer_major value)
 Assign a value to Ver_major data member. More...
 
TVer_majorSetVer_major (void)
 Assign a value to Ver_major data member. More...
 
bool IsSetVer_minor (void) const
 Check if a value has been assigned to Ver_minor data member. More...
 
bool CanGetVer_minor (void) const
 Check if it is safe to call GetVer_minor method. More...
 
void ResetVer_minor (void)
 Reset Ver_minor data member. More...
 
TVer_minor GetVer_minor (void) const
 Get the Ver_minor member data. More...
 
void SetVer_minor (TVer_minor value)
 Assign a value to Ver_minor data member. More...
 
TVer_minorSetVer_minor (void)
 Assign a value to Ver_minor data member. More...
 
bool IsSetVer_patch (void) const
 Check if a value has been assigned to Ver_patch data member. More...
 
bool CanGetVer_patch (void) const
 Check if it is safe to call GetVer_patch method. More...
 
void ResetVer_patch (void)
 Reset Ver_patch data member. More...
 
TVer_patch GetVer_patch (void) const
 Get the Ver_patch member data. More...
 
void SetVer_patch (TVer_patch value)
 Assign a value to Ver_patch data member. More...
 
TVer_patchSetVer_patch (void)
 Assign a value to Ver_patch data member. More...
 
bool IsSetOs_ver (void) const
 Check if a value has been assigned to Os_ver data member. More...
 
bool CanGetOs_ver (void) const
 Check if it is safe to call GetOs_ver method. More...
 
void ResetOs_ver (void)
 Reset Os_ver data member. More...
 
TOs_ver GetOs_ver (void) const
 Get the Os_ver member data. More...
 
void SetOs_ver (TOs_ver value)
 Assign a value to Os_ver data member. More...
 
TOs_verSetOs_ver (void)
 Assign a value to Os_ver data member. More...
 
bool IsSetOs_ver_string (void) const
 os-arch INTEGER OPTIONAL, Check if a value has been assigned to Os_ver_string data member. More...
 
bool CanGetOs_ver_string (void) const
 Check if it is safe to call GetOs_ver_string method. More...
 
void ResetOs_ver_string (void)
 Reset Os_ver_string data member. More...
 
const TOs_ver_stringGetOs_ver_string (void) const
 Get the Os_ver_string member data. More...
 
void SetOs_ver_string (const TOs_ver_string &value)
 Assign a value to Os_ver_string data member. More...
 
void SetOs_ver_string (TOs_ver_string &&value)
 
TOs_ver_stringSetOs_ver_string (void)
 Assign a value to Os_ver_string data member. More...
 
bool IsSetBuild_date (void) const
 Check if a value has been assigned to Build_date data member. More...
 
bool CanGetBuild_date (void) const
 Check if it is safe to call GetBuild_date method. More...
 
void ResetBuild_date (void)
 Reset Build_date data member. More...
 
const TBuild_dateGetBuild_date (void) const
 Get the Build_date member data. More...
 
void SetBuild_date (TBuild_date &value)
 Assign a value to Build_date data member. More...
 
TBuild_dateSetBuild_date (void)
 Assign a value to Build_date data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
- Public Member Functions inherited from CSerialObject
 CSerialObject (void)
 
virtual ~CSerialObject (void)
 
virtual const CTypeInfoGetThisTypeInfo (void) const =0
 
virtual void Assign (const CSerialObject &source, ESerialRecursionMode how=eRecursive)
 Set object to copy of another one. More...
 
virtual bool Equals (const CSerialObject &object, ESerialRecursionMode how=eRecursive) const
 Check if both objects contain the same values. More...
 
virtual void DebugDump (CDebugDumpContext ddc, unsigned int depth) const
 Define method for dumping debug information. More...
 
void ThrowUnassigned (TMemberIndex index) const
 
void ThrowUnassigned (TMemberIndex index, const char *file_name, int file_line) const
 
bool HasNamespaceName (void) const
 Check if object data type has namespace name. More...
 
const stringGetNamespaceName (void) const
 Get namespace name. More...
 
bool HasNamespacePrefix (void) const
 Check if data type has namespace prefix. More...
 
const stringGetNamespacePrefix (void) const
 Get namespace prefix. More...
 
- Public Member Functions inherited from CObject
 CObject (void)
 Constructor. More...
 
 CObject (const CObject &src)
 Copy constructor. More...
 
virtual ~CObject (void)
 Destructor. More...
 
CObjectoperator= (const CObject &src) THROWS_NONE
 Assignment operator. More...
 
bool CanBeDeleted (void) const THROWS_NONE
 Check if object can be deleted. More...
 
bool IsAllocatedInPool (void) const THROWS_NONE
 Check if object is allocated in memory pool (not system heap) More...
 
bool Referenced (void) const THROWS_NONE
 Check if object is referenced. More...
 
bool ReferencedOnlyOnce (void) const THROWS_NONE
 Check if object is referenced only once. More...
 
void AddReference (void) const
 Add reference to object. More...
 
void RemoveReference (void) const
 Remove reference to object. More...
 
void ReleaseReference (void) const
 Remove reference without deleting object. More...
 
virtual void DoNotDeleteThisObject (void)
 Mark this object as not allocated in heap – do not delete this object. More...
 
virtual void DoDeleteThisObject (void)
 Mark this object as allocated in heap – object can be deleted. More...
 
void * operator new (size_t size)
 Define new operator for memory allocation. More...
 
void * operator new[] (size_t size)
 Define new[] operator for 'array' memory allocation. More...
 
void operator delete (void *ptr)
 Define delete operator for memory deallocation. More...
 
void operator delete[] (void *ptr)
 Define delete[] operator for memory deallocation. More...
 
void * operator new (size_t size, void *place)
 Define new operator. More...
 
void operator delete (void *ptr, void *place)
 Define delete operator. More...
 
void * operator new (size_t size, CObjectMemoryPool *place)
 Define new operator using memory pool. More...
 
void operator delete (void *ptr, CObjectMemoryPool *place)
 Define delete operator. More...
 
- Public Member Functions inherited from CDebugDumpable
 CDebugDumpable (void)
 
virtual ~CDebugDumpable (void)
 
void DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const
 
void DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const
 
void DumpToConsole (void) const
 

Static Public Member Functions

static void Initialize (size_t ver_major, size_t ver_minor, size_t ver_patch_level)
 Forced to make this method public as far as friend declaration does not work on Linux. More...
 
- Static Public Member Functions inherited from CSerialObject
static void SetVerifyDataThread (ESerialVerifyData verify)
 
static void SetVerifyDataGlobal (ESerialVerifyData verify)
 
static string UnassignedString (void)
 
static CStringUTF8 UnassignedStringUTF8 (void)
 
static char UnassignedByte (void)
 
- Static Public Member Functions inherited from CObject
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (void)
 Define method to throw null pointer exception. More...
 
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (const type_info &type)
 
static EAllocFillMode GetAllocFillMode (void)
 
static void SetAllocFillMode (EAllocFillMode mode)
 
static void SetAllocFillMode (const string &value)
 Set mode from configuration parameter value. More...
 
- Static Public Member Functions inherited from CDebugDumpable
static void EnableDebugDump (bool on)
 

Private Types

typedef CGBenchVersionInfo_Base Tparent
 

Private Member Functions

 CGBenchVersionInfo (const CGBenchVersionInfo &value)
 
CGBenchVersionInfooperator= (const CGBenchVersionInfo &value)
 

Static Private Attributes

static TVer_major major = 0
 
static TVer_minor minor = 0
 
static TVer_patch patch = 0
 
static TOs_ver osver = eOS_Ver_unknown
 
static int osarch = -1
 
static bool sInitialized = false
 

Additional Inherited Members

- Public Types inherited from CGBenchVersionInfo_Base
enum class  E_memberIndex {
  e__allMandatory = 0 , e_ver_major , e_ver_minor , e_ver_patch ,
  e_os_ver , e_os_ver_string , e_build_date
}
 
typedef int TVer_major
 
typedef int TVer_minor
 
typedef int TVer_patch
 
typedef int TOs_ver
 
typedef string TOs_ver_string
 
typedef CDate TBuild_date
 
typedef Tparent::CMemberIndex< E_memberIndex, 7 > TmemberIndex
 
- Public Types inherited from CObject
enum  EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern }
 Control filling of newly allocated memory. More...
 
typedef CObjectCounterLocker TLockerType
 Default locker type for CRef. More...
 
typedef atomic< Uint8TCounter
 Counter type is CAtomiCounter. More...
 
typedef Uint8 TCount
 Alias for value type of counter. More...
 
- Static Public Attributes inherited from CSerialObject
static const char * ms_UnassignedStr = "<*unassigned*>"
 
static const char ms_UnassignedByte = char(0xcd)
 
- Static Public Attributes inherited from CObject
static const TCount eCounterBitsCanBeDeleted = 1 << 0
 Define possible object states. More...
 
static const TCount eCounterBitsInPlainHeap = 1 << 1
 Heap signature was found. More...
 
static const TCount eCounterBitsPlaceMask
 Mask for 'in heap' state flags. More...
 
static const int eCounterStep = 1 << 2
 Skip over the "in heap" bits. More...
 
static const TCount eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2)
 Minimal value for valid objects (reference counter is zero) Must be a single bit value. More...
 
static const TCount eCounterStateMask
 Valid object, and object in heap. More...
 
- Protected Member Functions inherited from CObject
virtual void DeleteThis (void)
 Virtual method "deleting" this object. More...
 

Detailed Description

Definition at line 55 of file GBenchVersionInfo.hpp.

Member Typedef Documentation

◆ Tparent

Definition at line 57 of file GBenchVersionInfo.hpp.

Constructor & Destructor Documentation

◆ CGBenchVersionInfo() [1/2]

CGBenchVersionInfo::CGBenchVersionInfo ( void  )

◆ ~CGBenchVersionInfo()

CGBenchVersionInfo::~CGBenchVersionInfo ( void  )

Definition at line 324 of file GBenchVersionInfo.cpp.

◆ CGBenchVersionInfo() [2/2]

CGBenchVersionInfo::CGBenchVersionInfo ( const CGBenchVersionInfo value)
private

Member Function Documentation

◆ AddOsString()

void CGBenchVersionInfo::AddOsString ( string str) const

◆ AddVersionString()

void CGBenchVersionInfo::AddVersionString ( string str) const

◆ GetLabel()

void CGBenchVersionInfo::GetLabel ( string str) const

◆ GetOsString()

void CGBenchVersionInfo::GetOsString ( string str) const

Definition at line 363 of file GBenchVersionInfo.cpp.

References AddOsString(), and str().

◆ GetVersionString()

void CGBenchVersionInfo::GetVersionString ( string str) const

retrieve just the version info

Definition at line 346 of file GBenchVersionInfo.cpp.

References AddVersionString(), and str().

◆ Initialize()

void CGBenchVersionInfo::Initialize ( size_t  ver_major,
size_t  ver_minor,
size_t  ver_patch_level 
)
static

◆ operator=()

CGBenchVersionInfo& CGBenchVersionInfo::operator= ( const CGBenchVersionInfo value)
private

Member Data Documentation

◆ major

int CGBenchVersionInfo::major = 0
staticprivate

Definition at line 79 of file GBenchVersionInfo.hpp.

Referenced by CGBenchVersionInfo(), and Initialize().

◆ minor

int CGBenchVersionInfo::minor = 0
staticprivate

Definition at line 80 of file GBenchVersionInfo.hpp.

Referenced by CGBenchVersionInfo(), and Initialize().

◆ osarch

int CGBenchVersionInfo::osarch = -1
staticprivate

Definition at line 85 of file GBenchVersionInfo.hpp.

Referenced by Initialize().

◆ osver

int CGBenchVersionInfo::osver = eOS_Ver_unknown
staticprivate

Definition at line 82 of file GBenchVersionInfo.hpp.

Referenced by CGBenchVersionInfo(), and Initialize().

◆ patch

int CGBenchVersionInfo::patch = 0
staticprivate

Definition at line 81 of file GBenchVersionInfo.hpp.

Referenced by CGBenchVersionInfo(), and Initialize().

◆ sInitialized

bool CGBenchVersionInfo::sInitialized = false
staticprivate

Definition at line 86 of file GBenchVersionInfo.hpp.

Referenced by CGBenchVersionInfo(), and Initialize().


The documentation for this class was generated from the following files:
Modified on Wed Apr 17 13:09:03 2024 by modify_doxy.py rev. 669887