41 #ifndef OBJECTS_TRACKMGR_TMGR_RENAMEMYNCBICOLLECTIX_BASE_HPP
42 #define OBJECTS_TRACKMGR_TMGR_RENAMEMYNCBICOLLECTIX_BASE_HPP
55 #ifndef BEGIN_objects_SCOPE
56 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
57 # define END_objects_SCOPE END_SCOPE(objects)
109 bool IsSetCollection_id(
void)
const;
116 bool CanGetCollection_id(
void)
const;
119 void ResetCollection_id(
void);
147 bool IsSetName(
void)
const;
154 bool CanGetName(
void)
const;
157 void ResetName(
void);
163 const TName& GetName(
void)
const;
176 TName& SetName(
void);
179 virtual void Reset(
void);
233 m_Collection_id = std::forward<CTMgr_RenameMyNCBICollectionRequest_Base::TCollection_id>(
value);
280 m_Name = std::forward<CTMgr_RenameMyNCBICollectionRequest_Base::TName>(
value);
Base class for all serializable objects.
CTMgr_RenameMyNCBICollectionRequest_Base –.
void ThrowUnassigned(TMemberIndex index) const
static string UnassignedString(void)
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.
bool IsSetName(void) const
Check if a value has been assigned to Name data member.
TCollection_id & SetCollection_id(void)
Assign a value to Collection_id data member.
CTMgr_RenameMyNCBICollectionRequest_Base(const CTMgr_RenameMyNCBICollectionRequest_Base &)
CTMgr_RenameMyNCBICollectionRequest_Base & operator=(const CTMgr_RenameMyNCBICollectionRequest_Base &)
const TName & GetName(void) const
Get the Name member data.
DECLARE_INTERNAL_TYPE_INFO()
bool CanGetCollection_id(void) const
Check if it is safe to call GetCollection_id method.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
const TCollection_id & GetCollection_id(void) const
Get the Collection_id member data.
bool IsSetCollection_id(void) const
Check if a value has been assigned to Collection_id data member.
bool CanGetName(void) const
Check if it is safe to call GetName method.
TName & SetName(void)
Assign a value to Name data member.
Defines to provide correct exporting from DLLs in Windows.
#define NCBI_TRACKMGR_EXPORT