====== CmdHistory ====== **//Inherited from//** NULL **//Inherited by//** NULL **//Friend class//** NULL **//Description//** **//Members//** * ulong [[cmdhistory#uldid|ulDid]] * ulong [[cmdhistory#ulcid|ulCid]] * ulong [[cmdhistory#ulopncount|ulOpnCount]] * int64 [[cmdhistory#licbegin|liCbegin]] * int64 [[cmdhistory#licend|liCend]] * TString<32> [[cmdhistory#strname|strName]] **//Private interface//** * [[cmdhistory#cmdhistory1|CmdHistory]](const char * name = NULL) * ulong [[cmdhistory#getid|getId]]() * const char * [[cmdhistory#getname|getName]]() * void [[cmdhistory#setname|setName]](const char * name) ---- {{anchor:uldid}} **ulong ulDid** {{anchor:ulcid}} **ulong ulCid** {{anchor:ulopncount}} **ulong ulOpnCount** {{anchor:licbegin}} **int64 liCbegin** {{anchor:licend}} **int64 liCend** {{anchor:strname}} **TString<32> strName** ---- {{anchor:cmdhistory1}} **CmdHistory(const char * name = NULL) ** *function: *parameters: - [i]const char * name = NULL: *return value: {{anchor:getid}} **ulong getId()** *function: *parameters: NULL *return value: {{anchor:getname}} **const char * getName()** *function: *parameters: NULL *return value: {{anchor:setname}} **void setName(const char * name)** *function: *parameters: - [i]const char * name: *return value: