Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/classCTrackConfig__Base.html below:
NCBI C++ ToolKit: CTrackConfig_Base Class Reference
enum class E_memberIndex {
e__allMandatory = 0 , e_name , e_order , e_key ,
e_shown , e_display_name , e_subkey , e_filter ,
e_help , e_legend_text , e_annots , e_comments ,
e_category , e_subcategory , e_choice_list , e_check_boxes ,
e_hidden_settings , e_range_controls , e_highlights , e_highlights_color ,
e_setting_group , e_sort_by , e_id , e_dbname ,
e_data_key , e_text_boxes , e_show_title , e_is_private ,
e_stored_scale , e_render_group , e_legend , e_uId ,
e_subTracks , e_batch , e_affinity_token , e_data_provider ,
e_remote_data , e_seq_data_key , e_extra_info , e_rmt_mapped_id ,
e_big_data_index , e_hub_id , e_hub_name , e_hub_url
} typedef string TName typedef int TOrder typedef string TKey typedef bool TShown typedef string TDisplay_name typedef string TSubkey typedef string TFilter typedef string THelp typedef string TLegend_text typedef list< string > TAnnots typedef list< CRef< CComment > > TComments typedef CCategory TCategory typedef CCategory TSubcategory typedef list< CRef< CChoice > > TChoice_list typedef list< CRef< CCheckBox > > TCheck_boxes typedef list< CRef< CHiddenSetting > > THidden_settings typedef list< CRef< CRangeControl > > TRange_controls typedef list< string > THighlights typedef string THighlights_color typedef string TSetting_group typedef string TSort_by typedef string TId typedef string TDbname typedef string TData_key typedef list< CRef< CTextBox > > TText_boxes typedef bool TShow_title typedef bool TIs_private typedef string TStored_scale typedef int TRender_group typedef list< CRef< CLegendItem > > TLegend typedef string TUId typedef vector< string > TSubTracks typedef string TBatch typedef string TAffinity_token typedef string TData_provider typedef string TRemote_data typedef string TSeq_data_key typedef string TExtra_info typedef string TRmt_mapped_id typedef string TBig_data_index typedef string THub_id typedef string THub_name typedef string THub_url typedef Tparent::CMemberIndex< E_memberIndex, 44 > TmemberIndex enum EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern } Control filling of newly allocated memory. More...
typedef CObjectCounterLocker TLockerType Default locker type for CRef. More...
typedef atomic< Uint8 > TCounter Counter type is CAtomiCounter. More...
typedef Uint8 TCount Alias for value type of counter. More...
CTrackConfig_Base (void) virtual ~CTrackConfig_Base (void) DECLARE_INTERNAL_TYPE_INFO () bool IsSetName (void) const track name uniquely identify a track Check if a value has been assigned to Name data member. More...
bool CanGetName (void) const Check if it is safe to call GetName method. More...
void ResetName (void) Reset Name data member. More...
const TName & GetName (void) const Get the Name member data. More...
void SetName (const TName &value) Assign a value to Name data member. More...
void SetName (TName &&value) TName & SetName (void) Assign a value to Name data member. More...
bool IsSetOrder (void) const track order number Check if a value has been assigned to Order data member. More...
bool CanGetOrder (void) const Check if it is safe to call GetOrder method. More...
void ResetOrder (void) Reset Order data member. More...
TOrder GetOrder (void) const Get the Order member data. More...
void SetOrder (TOrder value) Assign a value to Order data member. More...
TOrder & SetOrder (void) Assign a value to Order data member. More...
bool IsSetKey (void) const track type key, such as gene_model_track Check if a value has been assigned to Key data member. More...
bool CanGetKey (void) const Check if it is safe to call GetKey method. More...
void ResetKey (void) Reset Key data member. More...
const TKey & GetKey (void) const Get the Key member data. More...
void SetKey (const TKey &value) Assign a value to Key data member. More...
void SetKey (TKey &&value) TKey & SetKey (void) Assign a value to Key data member. More...
bool IsSetShown (void) const Check if a value has been assigned to Shown data member. More...
bool CanGetShown (void) const Check if it is safe to call GetShown method. More...
void ResetShown (void) Reset Shown data member. More...
void SetDefaultShown (void) Assign default value to Shown data member. More...
TShown GetShown (void) const Get the Shown member data. More...
void SetShown (TShown value) Assign a value to Shown data member. More...
TShown & SetShown (void) Assign a value to Shown data member. More...
bool IsSetDisplay_name (void) const suggested track display name shown in track title bar Check if a value has been assigned to Display_name data member. More...
bool CanGetDisplay_name (void) const Check if it is safe to call GetDisplay_name method. More...
void ResetDisplay_name (void) Reset Display_name data member. More...
const TDisplay_name & GetDisplay_name (void) const Get the Display_name member data. More...
void SetDisplay_name (const TDisplay_name &value) Assign a value to Display_name data member. More...
void SetDisplay_name (TDisplay_name &&value) TDisplay_name & SetDisplay_name (void) Assign a value to Display_name data member. More...
bool IsSetSubkey (void) const track subtype key, valid only for feature track Check if a value has been assigned to Subkey data member. More...
bool CanGetSubkey (void) const Check if it is safe to call GetSubkey method. More...
void ResetSubkey (void) Reset Subkey data member. More...
const TSubkey & GetSubkey (void) const Get the Subkey member data. More...
void SetSubkey (const TSubkey &value) Assign a value to Subkey data member. More...
void SetSubkey (TSubkey &&value) TSubkey & SetSubkey (void) Assign a value to Subkey data member. More...
bool IsSetFilter (void) const filter apply on a track Check if a value has been assigned to Filter data member. More...
bool CanGetFilter (void) const Check if it is safe to call GetFilter method. More...
void ResetFilter (void) Reset Filter data member. More...
const TFilter & GetFilter (void) const Get the Filter member data. More...
void SetFilter (const TFilter &value) Assign a value to Filter data member. More...
void SetFilter (TFilter &&value) TFilter & SetFilter (void) Assign a value to Filter data member. More...
bool IsSetHelp (void) const Check if a value has been assigned to Help data member. More...
bool CanGetHelp (void) const Check if it is safe to call GetHelp method. More...
void ResetHelp (void) Reset Help data member. More...
const THelp & GetHelp (void) const Get the Help member data. More...
void SetHelp (const THelp &value) Assign a value to Help data member. More...
void SetHelp (THelp &&value) THelp & SetHelp (void) Assign a value to Help data member. More...
bool IsSetLegend_text (void) const Check if a value has been assigned to Legend_text data member. More...
bool CanGetLegend_text (void) const Check if it is safe to call GetLegend_text method. More...
void ResetLegend_text (void) Reset Legend_text data member. More...
const TLegend_text & GetLegend_text (void) const Get the Legend_text member data. More...
void SetLegend_text (const TLegend_text &value) Assign a value to Legend_text data member. More...
void SetLegend_text (TLegend_text &&value) TLegend_text & SetLegend_text (void) Assign a value to Legend_text data member. More...
bool IsSetAnnots (void) const one or more particular annotations a track looks at Check if a value has been assigned to Annots data member. More...
bool CanGetAnnots (void) const Check if it is safe to call GetAnnots method. More...
void ResetAnnots (void) Reset Annots data member. More...
const TAnnots & GetAnnots (void) const Get the Annots member data. More...
TAnnots & SetAnnots (void) Assign a value to Annots data member. More...
bool IsSetComments (void) const one or more comments to hightlight a sequence location Check if a value has been assigned to Comments data member. More...
bool CanGetComments (void) const Check if it is safe to call GetComments method. More...
void ResetComments (void) Reset Comments data member. More...
const TComments & GetComments (void) const Get the Comments member data. More...
TComments & SetComments (void) Assign a value to Comments data member. More...
bool IsSetCategory (void) const Check if a value has been assigned to Category data member. More...
bool CanGetCategory (void) const Check if it is safe to call GetCategory method. More...
void ResetCategory (void) Reset Category data member. More...
const TCategory & GetCategory (void) const Get the Category member data. More...
void SetCategory (TCategory &value) Assign a value to Category data member. More...
TCategory & SetCategory (void) Assign a value to Category data member. More...
bool IsSetSubcategory (void) const Check if a value has been assigned to Subcategory data member. More...
bool CanGetSubcategory (void) const Check if it is safe to call GetSubcategory method. More...
void ResetSubcategory (void) Reset Subcategory data member. More...
const TSubcategory & GetSubcategory (void) const Get the Subcategory member data. More...
void SetSubcategory (TSubcategory &value) Assign a value to Subcategory data member. More...
TSubcategory & SetSubcategory (void) Assign a value to Subcategory data member. More...
bool IsSetChoice_list (void) const Check if a value has been assigned to Choice_list data member. More...
bool CanGetChoice_list (void) const Check if it is safe to call GetChoice_list method. More...
void ResetChoice_list (void) Reset Choice_list data member. More...
const TChoice_list & GetChoice_list (void) const Get the Choice_list member data. More...
TChoice_list & SetChoice_list (void) Assign a value to Choice_list data member. More...
bool IsSetCheck_boxes (void) const Check if a value has been assigned to Check_boxes data member. More...
bool CanGetCheck_boxes (void) const Check if it is safe to call GetCheck_boxes method. More...
void ResetCheck_boxes (void) Reset Check_boxes data member. More...
const TCheck_boxes & GetCheck_boxes (void) const Get the Check_boxes member data. More...
TCheck_boxes & SetCheck_boxes (void) Assign a value to Check_boxes data member. More...
bool IsSetHidden_settings (void) const Check if a value has been assigned to Hidden_settings data member. More...
bool CanGetHidden_settings (void) const Check if it is safe to call GetHidden_settings method. More...
void ResetHidden_settings (void) Reset Hidden_settings data member. More...
const THidden_settings & GetHidden_settings (void) const Get the Hidden_settings member data. More...
THidden_settings & SetHidden_settings (void) Assign a value to Hidden_settings data member. More...
bool IsSetRange_controls (void) const Check if a value has been assigned to Range_controls data member. More...
bool CanGetRange_controls (void) const Check if it is safe to call GetRange_controls method. More...
void ResetRange_controls (void) Reset Range_controls data member. More...
const TRange_controls & GetRange_controls (void) const Get the Range_controls member data. More...
TRange_controls & SetRange_controls (void) Assign a value to Range_controls data member. More...
bool IsSetHighlights (void) const Check if a value has been assigned to Highlights data member. More...
bool CanGetHighlights (void) const Check if it is safe to call GetHighlights method. More...
void ResetHighlights (void) Reset Highlights data member. More...
const THighlights & GetHighlights (void) const Get the Highlights member data. More...
THighlights & SetHighlights (void) Assign a value to Highlights data member. More...
bool IsSetHighlights_color (void) const Check if a value has been assigned to Highlights_color data member. More...
bool CanGetHighlights_color (void) const Check if it is safe to call GetHighlights_color method. More...
void ResetHighlights_color (void) Reset Highlights_color data member. More...
const THighlights_color & GetHighlights_color (void) const Get the Highlights_color member data. More...
void SetHighlights_color (const THighlights_color &value) Assign a value to Highlights_color data member. More...
void SetHighlights_color (THighlights_color &&value) THighlights_color & SetHighlights_color (void) Assign a value to Highlights_color data member. More...
bool IsSetSetting_group (void) const Check if a value has been assigned to Setting_group data member. More...
bool CanGetSetting_group (void) const Check if it is safe to call GetSetting_group method. More...
void ResetSetting_group (void) Reset Setting_group data member. More...
const TSetting_group & GetSetting_group (void) const Get the Setting_group member data. More...
void SetSetting_group (const TSetting_group &value) Assign a value to Setting_group data member. More...
void SetSetting_group (TSetting_group &&value) TSetting_group & SetSetting_group (void) Assign a value to Setting_group data member. More...
bool IsSetSort_by (void) const Check if a value has been assigned to Sort_by data member. More...
bool CanGetSort_by (void) const Check if it is safe to call GetSort_by method. More...
void ResetSort_by (void) Reset Sort_by data member. More...
const TSort_by & GetSort_by (void) const Get the Sort_by member data. More...
void SetSort_by (const TSort_by &value) Assign a value to Sort_by data member. More...
void SetSort_by (TSort_by &&value) TSort_by & SetSort_by (void) Assign a value to Sort_by data member. More...
bool IsSetId (void) const track identifier Check if a value has been assigned to Id data member. More...
bool CanGetId (void) const Check if it is safe to call GetId method. More...
void ResetId (void) Reset Id data member. More...
const TId & GetId (void) const Get the Id member data. More...
void SetId (const TId &value) Assign a value to Id data member. More...
void SetId (TId &&value) TId & SetId (void) Assign a value to Id data member. More...
bool IsSetDbname (void) const data source db name Check if a value has been assigned to Dbname data member. More...
bool CanGetDbname (void) const Check if it is safe to call GetDbname method. More...
void ResetDbname (void) Reset Dbname data member. More...
const TDbname & GetDbname (void) const Get the Dbname member data. More...
void SetDbname (const TDbname &value) Assign a value to Dbname data member. More...
void SetDbname (TDbname &&value) TDbname & SetDbname (void) Assign a value to Dbname data member. More...
bool IsSetData_key (void) const Net storage key used for user-uploded data track Check if a value has been assigned to Data_key data member. More...
bool CanGetData_key (void) const Check if it is safe to call GetData_key method. More...
void ResetData_key (void) Reset Data_key data member. More...
const TData_key & GetData_key (void) const Get the Data_key member data. More...
void SetData_key (const TData_key &value) Assign a value to Data_key data member. More...
void SetData_key (TData_key &&value) TData_key & SetData_key (void) Assign a value to Data_key data member. More...
bool IsSetText_boxes (void) const Optional user-changable settings, such as a threshold value Check if a value has been assigned to Text_boxes data member. More...
bool CanGetText_boxes (void) const Check if it is safe to call GetText_boxes method. More...
void ResetText_boxes (void) Reset Text_boxes data member. More...
const TText_boxes & GetText_boxes (void) const Get the Text_boxes member data. More...
TText_boxes & SetText_boxes (void) Assign a value to Text_boxes data member. More...
bool IsSetShow_title (void) const Show track title (and title bar) or not Check if a value has been assigned to Show_title data member. More...
bool CanGetShow_title (void) const Check if it is safe to call GetShow_title method. More...
void ResetShow_title (void) Reset Show_title data member. More...
TShow_title GetShow_title (void) const Get the Show_title member data. More...
void SetShow_title (TShow_title value) Assign a value to Show_title data member. More...
TShow_title & SetShow_title (void) Assign a value to Show_title data member. More...
bool IsSetIs_private (void) const if TMS returned is_private attribute, contents of this attribute Check if a value has been assigned to Is_private data member. More...
bool CanGetIs_private (void) const Check if it is safe to call GetIs_private method. More...
void ResetIs_private (void) Reset Is_private data member. More...
TIs_private GetIs_private (void) const Get the Is_private member data. More...
void SetIs_private (TIs_private value) Assign a value to Is_private data member. More...
TIs_private & SetIs_private (void) Assign a value to Is_private data member. More...
bool IsSetStored_scale (void) const stored_scale attribute from TMS (when present there) contains a string (linear, log2, loge, log10) that defines the stored format of a histogram Check if a value has been assigned to Stored_scale data member. More...
bool CanGetStored_scale (void) const Check if it is safe to call GetStored_scale method. More...
void ResetStored_scale (void) Reset Stored_scale data member. More...
const TStored_scale & GetStored_scale (void) const Get the Stored_scale member data. More...
void SetStored_scale (const TStored_scale &value) Assign a value to Stored_scale data member. More...
void SetStored_scale (TStored_scale &&value) TStored_scale & SetStored_scale (void) Assign a value to Stored_scale data member. More...
bool IsSetRender_group (void) const All tracks with the same render group should be rendered in one call Check if a value has been assigned to Render_group data member. More...
bool CanGetRender_group (void) const Check if it is safe to call GetRender_group method. More...
void ResetRender_group (void) Reset Render_group data member. More...
TRender_group GetRender_group (void) const Get the Render_group member data. More...
void SetRender_group (TRender_group value) Assign a value to Render_group data member. More...
TRender_group & SetRender_group (void) Assign a value to Render_group data member. More...
bool IsSetLegend (void) const Track legend Check if a value has been assigned to Legend data member. More...
bool CanGetLegend (void) const Check if it is safe to call GetLegend method. More...
void ResetLegend (void) Reset Legend data member. More...
const TLegend & GetLegend (void) const Get the Legend member data. More...
TLegend & SetLegend (void) Assign a value to Legend data member. More...
bool IsSetUId (void) const user-defined track_id (e.g. More...
bool CanGetUId (void) const Check if it is safe to call GetUId method. More...
void ResetUId (void) Reset UId data member. More...
const TUId & GetUId (void) const Get the UId member data. More...
void SetUId (const TUId &value) Assign a value to UId data member. More...
void SetUId (TUId &&value) TUId & SetUId (void) Assign a value to UId data member. More...
bool IsSetSubTracks (void) const list of id, annots or track_id that this track contains (e.g. More...
bool CanGetSubTracks (void) const Check if it is safe to call GetSubTracks method. More...
void ResetSubTracks (void) Reset SubTracks data member. More...
const TSubTracks & GetSubTracks (void) const Get the SubTracks member data. More...
TSubTracks & SetSubTracks (void) Assign a value to SubTracks data member. More...
bool IsSetBatch (void) const batch for alignment tracks based on AlignDb Check if a value has been assigned to Batch data member. More...
bool CanGetBatch (void) const Check if it is safe to call GetBatch method. More...
void ResetBatch (void) Reset Batch data member. More...
const TBatch & GetBatch (void) const Get the Batch member data. More...
void SetBatch (const TBatch &value) Assign a value to Batch data member. More...
void SetBatch (TBatch &&value) TBatch & SetBatch (void) Assign a value to Batch data member. More...
bool IsSetAffinity_token (void) const affinity token that needs to be presented to seqgraphic.cgi in affinity_token parameter when it is called specifically for this track Check if a value has been assigned to Affinity_token data member. More...
bool CanGetAffinity_token (void) const Check if it is safe to call GetAffinity_token method. More...
void ResetAffinity_token (void) Reset Affinity_token data member. More...
const TAffinity_token & GetAffinity_token (void) const Get the Affinity_token member data. More...
void SetAffinity_token (const TAffinity_token &value) Assign a value to Affinity_token data member. More...
void SetAffinity_token (TAffinity_token &&value) TAffinity_token & SetAffinity_token (void) Assign a value to Affinity_token data member. More...
bool IsSetData_provider (void) const data provider for this track if absent, seqgraphic is assumed Check if a value has been assigned to Data_provider data member. More...
bool CanGetData_provider (void) const Check if it is safe to call GetData_provider method. More...
void ResetData_provider (void) Reset Data_provider data member. More...
const TData_provider & GetData_provider (void) const Get the Data_provider member data. More...
void SetData_provider (const TData_provider &value) Assign a value to Data_provider data member. More...
void SetData_provider (TData_provider &&value) TData_provider & SetData_provider (void) Assign a value to Data_provider data member. More...
bool IsSetRemote_data (void) const data is remote if absent, false is assumed Check if a value has been assigned to Remote_data data member. More...
bool CanGetRemote_data (void) const Check if it is safe to call GetRemote_data method. More...
void ResetRemote_data (void) Reset Remote_data data member. More...
const TRemote_data & GetRemote_data (void) const Get the Remote_data member data. More...
void SetRemote_data (const TRemote_data &value) Assign a value to Remote_data data member. More...
void SetRemote_data (TRemote_data &&value) TRemote_data & SetRemote_data (void) Assign a value to Remote_data data member. More...
bool IsSetSeq_data_key (void) const contents of TMS seq_data_key to NetCache that contains GBProject with local sequence data Check if a value has been assigned to Seq_data_key data member. More...
bool CanGetSeq_data_key (void) const Check if it is safe to call GetSeq_data_key method. More...
void ResetSeq_data_key (void) Reset Seq_data_key data member. More...
const TSeq_data_key & GetSeq_data_key (void) const Get the Seq_data_key member data. More...
void SetSeq_data_key (const TSeq_data_key &value) Assign a value to Seq_data_key data member. More...
void SetSeq_data_key (TSeq_data_key &&value) TSeq_data_key & SetSeq_data_key (void) Assign a value to Seq_data_key data member. More...
bool IsSetExtra_info (void) const extra, track dependend, info needed to create the track Check if a value has been assigned to Extra_info data member. More...
bool CanGetExtra_info (void) const Check if it is safe to call GetExtra_info method. More...
void ResetExtra_info (void) Reset Extra_info data member. More...
const TExtra_info & GetExtra_info (void) const Get the Extra_info member data. More...
void SetExtra_info (const TExtra_info &value) Assign a value to Extra_info data member. More...
void SetExtra_info (TExtra_info &&value) TExtra_info & SetExtra_info (void) Assign a value to Extra_info data member. More...
bool IsSetRmt_mapped_id (void) const for remote tracks (bigBed/bigWig), string to which NCBI seq-id is mapped in the remote file Check if a value has been assigned to Rmt_mapped_id data member. More...
bool CanGetRmt_mapped_id (void) const Check if it is safe to call GetRmt_mapped_id method. More...
void ResetRmt_mapped_id (void) Reset Rmt_mapped_id data member. More...
const TRmt_mapped_id & GetRmt_mapped_id (void) const Get the Rmt_mapped_id member data. More...
void SetRmt_mapped_id (const TRmt_mapped_id &value) Assign a value to Rmt_mapped_id data member. More...
void SetRmt_mapped_id (TRmt_mapped_id &&value) TRmt_mapped_id & SetRmt_mapped_id (void) Assign a value to Rmt_mapped_id data member. More...
bool IsSetBig_data_index (void) const for remote tracks (BAM), the location of a remote data file containing the index. More...
bool CanGetBig_data_index (void) const Check if it is safe to call GetBig_data_index method. More...
void ResetBig_data_index (void) Reset Big_data_index data member. More...
const TBig_data_index & GetBig_data_index (void) const Get the Big_data_index member data. More...
void SetBig_data_index (const TBig_data_index &value) Assign a value to Big_data_index data member. More...
void SetBig_data_index (TBig_data_index &&value) TBig_data_index & SetBig_data_index (void) Assign a value to Big_data_index data member. More...
bool IsSetHub_id (void) const hub information to which this track may belong Check if a value has been assigned to Hub_id data member. More...
bool CanGetHub_id (void) const Check if it is safe to call GetHub_id method. More...
void ResetHub_id (void) Reset Hub_id data member. More...
const THub_id & GetHub_id (void) const Get the Hub_id member data. More...
void SetHub_id (const THub_id &value) Assign a value to Hub_id data member. More...
void SetHub_id (THub_id &&value) THub_id & SetHub_id (void) Assign a value to Hub_id data member. More...
bool IsSetHub_name (void) const Check if a value has been assigned to Hub_name data member. More...
bool CanGetHub_name (void) const Check if it is safe to call GetHub_name method. More...
void ResetHub_name (void) Reset Hub_name data member. More...
const THub_name & GetHub_name (void) const Get the Hub_name member data. More...
void SetHub_name (const THub_name &value) Assign a value to Hub_name data member. More...
void SetHub_name (THub_name &&value) THub_name & SetHub_name (void) Assign a value to Hub_name data member. More...
bool IsSetHub_url (void) const Check if a value has been assigned to Hub_url data member. More...
bool CanGetHub_url (void) const Check if it is safe to call GetHub_url method. More...
void ResetHub_url (void) Reset Hub_url data member. More...
const THub_url & GetHub_url (void) const Get the Hub_url member data. More...
void SetHub_url (const THub_url &value) Assign a value to Hub_url data member. More...
void SetHub_url (THub_url &&value) THub_url & SetHub_url (void) Assign a value to Hub_url data member. More...
virtual void Reset (void) Reset the whole object. More...
CSerialObject (void) virtual ~CSerialObject (void) virtual const CTypeInfo * GetThisTypeInfo (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 string & GetNamespaceName (void) const Get namespace name. More...
bool HasNamespacePrefix (void) const Check if data type has namespace prefix. More...
const string & GetNamespacePrefix (void) const Get namespace prefix. More...
CObject (void) Constructor. More...
CObject (const CObject &src) Copy constructor. More...
virtual ~CObject (void) Destructor. More...
CObject & operator= (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...
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
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4