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

Search Toolkit Book for CMtext_Base::C_Attlist

C_Attlist –. More...

#include <objtools/eutils/efetch/Mtext_.hpp>

+ Inheritance diagram for CMtext_Base::C_Attlist:
+ Collaboration diagram for CMtext_Base::C_Attlist:

Public Types

enum  EAttlist_mathvariant {
  eAttlist_mathvariant_normal = 1 , eAttlist_mathvariant_bold = 2 , eAttlist_mathvariant_italic = 3 , eAttlist_mathvariant_bold_italic = 4 ,
  eAttlist_mathvariant_double_struck = 5 , eAttlist_mathvariant_bold_fraktur = 6 , eAttlist_mathvariant_script = 7 , eAttlist_mathvariant_bold_script = 8 ,
  eAttlist_mathvariant_fraktur = 9 , eAttlist_mathvariant_sans_serif = 10 , eAttlist_mathvariant_bold_sans_serif = 11 , eAttlist_mathvariant_sans_serif_italic = 12 ,
  eAttlist_mathvariant_sans_serif_bold_italic = 13 , eAttlist_mathvariant_monospace = 14 , eAttlist_mathvariant_initial = 15 , eAttlist_mathvariant_tailed = 16 ,
  eAttlist_mathvariant_looped = 17 , eAttlist_mathvariant_stretched = 18
}
 
enum  EAttlist_dir { eAttlist_dir_ltr = 1 , eAttlist_dir_rtl = 2 }
 
enum  EAttlist_fontweight { eAttlist_fontweight_normal = 1 , eAttlist_fontweight_bold = 2 }
 
enum  EAttlist_fontstyle { eAttlist_fontstyle_normal = 1 , eAttlist_fontstyle_italic = 2 }
 
enum class  E_memberIndex {
  e__allMandatory = 0 , e_id , e_xref , e_class ,
  e_style , e_href , e_mathcolor , e_mathbackground ,
  e_mathvariant , e_mathsize , e_dir , e_fontfamily ,
  e_fontweight , e_fontstyle , e_fontsize , e_color ,
  e_background
}
 
typedef string TId
 
typedef string TXref
 
typedef string TClass
 
typedef string TStyle
 
typedef string THref
 
typedef string TMathcolor
 
typedef string TMathbackground
 
typedef EAttlist_mathvariant TMathvariant
 
typedef string TMathsize
 
typedef EAttlist_dir TDir
 
typedef string TFontfamily
 
typedef EAttlist_fontweight TFontweight
 
typedef EAttlist_fontstyle TFontstyle
 
typedef string TFontsize
 
typedef string TColor
 
typedef string TBackground
 
typedef Tparent::CMemberIndex< E_memberIndex, 17 > 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...
 

Public Member Functions

 C_Attlist (void)
 
 ~C_Attlist (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetId (void) const
 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 TIdGetId (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)
 
TIdSetId (void)
 Assign a value to Id data member. More...
 
bool IsSetXref (void) const
 Check if a value has been assigned to Xref data member. More...
 
bool CanGetXref (void) const
 Check if it is safe to call GetXref method. More...
 
void ResetXref (void)
 Reset Xref data member. More...
 
const TXrefGetXref (void) const
 Get the Xref member data. More...
 
void SetXref (const TXref &value)
 Assign a value to Xref data member. More...
 
void SetXref (TXref &&value)
 
TXrefSetXref (void)
 Assign a value to Xref data member. More...
 
bool IsSetClass (void) const
 Check if a value has been assigned to Class data member. More...
 
bool CanGetClass (void) const
 Check if it is safe to call GetClass method. More...
 
void ResetClass (void)
 Reset Class data member. More...
 
const TClassGetClass (void) const
 Get the Class member data. More...
 
void SetClass (const TClass &value)
 Assign a value to Class data member. More...
 
void SetClass (TClass &&value)
 
TClassSetClass (void)
 Assign a value to Class data member. More...
 
bool IsSetStyle (void) const
 Check if a value has been assigned to Style data member. More...
 
bool CanGetStyle (void) const
 Check if it is safe to call GetStyle method. More...
 
void ResetStyle (void)
 Reset Style data member. More...
 
const TStyleGetStyle (void) const
 Get the Style member data. More...
 
void SetStyle (const TStyle &value)
 Assign a value to Style data member. More...
 
void SetStyle (TStyle &&value)
 
TStyleSetStyle (void)
 Assign a value to Style data member. More...
 
bool IsSetHref (void) const
 Check if a value has been assigned to Href data member. More...
 
bool CanGetHref (void) const
 Check if it is safe to call GetHref method. More...
 
void ResetHref (void)
 Reset Href data member. More...
 
const THrefGetHref (void) const
 Get the Href member data. More...
 
void SetHref (const THref &value)
 Assign a value to Href data member. More...
 
void SetHref (THref &&value)
 
THrefSetHref (void)
 Assign a value to Href data member. More...
 
bool IsSetMathcolor (void) const
 Check if a value has been assigned to Mathcolor data member. More...
 
bool CanGetMathcolor (void) const
 Check if it is safe to call GetMathcolor method. More...
 
void ResetMathcolor (void)
 Reset Mathcolor data member. More...
 
const TMathcolorGetMathcolor (void) const
 Get the Mathcolor member data. More...
 
void SetMathcolor (const TMathcolor &value)
 Assign a value to Mathcolor data member. More...
 
void SetMathcolor (TMathcolor &&value)
 
TMathcolorSetMathcolor (void)
 Assign a value to Mathcolor data member. More...
 
bool IsSetMathbackground (void) const
 Check if a value has been assigned to Mathbackground data member. More...
 
bool CanGetMathbackground (void) const
 Check if it is safe to call GetMathbackground method. More...
 
void ResetMathbackground (void)
 Reset Mathbackground data member. More...
 
const TMathbackgroundGetMathbackground (void) const
 Get the Mathbackground member data. More...
 
void SetMathbackground (const TMathbackground &value)
 Assign a value to Mathbackground data member. More...
 
void SetMathbackground (TMathbackground &&value)
 
TMathbackgroundSetMathbackground (void)
 Assign a value to Mathbackground data member. More...
 
bool IsSetMathvariant (void) const
 Check if a value has been assigned to Mathvariant data member. More...
 
bool CanGetMathvariant (void) const
 Check if it is safe to call GetMathvariant method. More...
 
void ResetMathvariant (void)
 Reset Mathvariant data member. More...
 
TMathvariant GetMathvariant (void) const
 Get the Mathvariant member data. More...
 
void SetMathvariant (TMathvariant value)
 Assign a value to Mathvariant data member. More...
 
TMathvariantSetMathvariant (void)
 Assign a value to Mathvariant data member. More...
 
bool IsSetMathsize (void) const
 Check if a value has been assigned to Mathsize data member. More...
 
bool CanGetMathsize (void) const
 Check if it is safe to call GetMathsize method. More...
 
void ResetMathsize (void)
 Reset Mathsize data member. More...
 
const TMathsizeGetMathsize (void) const
 Get the Mathsize member data. More...
 
void SetMathsize (const TMathsize &value)
 Assign a value to Mathsize data member. More...
 
void SetMathsize (TMathsize &&value)
 
TMathsizeSetMathsize (void)
 Assign a value to Mathsize data member. More...
 
bool IsSetDir (void) const
 Check if a value has been assigned to Dir data member. More...
 
bool CanGetDir (void) const
 Check if it is safe to call GetDir method. More...
 
void ResetDir (void)
 Reset Dir data member. More...
 
TDir GetDir (void) const
 Get the Dir member data. More...
 
void SetDir (TDir value)
 Assign a value to Dir data member. More...
 
TDirSetDir (void)
 Assign a value to Dir data member. More...
 
bool IsSetFontfamily (void) const
 Check if a value has been assigned to Fontfamily data member. More...
 
bool CanGetFontfamily (void) const
 Check if it is safe to call GetFontfamily method. More...
 
void ResetFontfamily (void)
 Reset Fontfamily data member. More...
 
const TFontfamilyGetFontfamily (void) const
 Get the Fontfamily member data. More...
 
void SetFontfamily (const TFontfamily &value)
 Assign a value to Fontfamily data member. More...
 
void SetFontfamily (TFontfamily &&value)
 
TFontfamilySetFontfamily (void)
 Assign a value to Fontfamily data member. More...
 
bool IsSetFontweight (void) const
 Check if a value has been assigned to Fontweight data member. More...
 
bool CanGetFontweight (void) const
 Check if it is safe to call GetFontweight method. More...
 
void ResetFontweight (void)
 Reset Fontweight data member. More...
 
TFontweight GetFontweight (void) const
 Get the Fontweight member data. More...
 
void SetFontweight (TFontweight value)
 Assign a value to Fontweight data member. More...
 
TFontweightSetFontweight (void)
 Assign a value to Fontweight data member. More...
 
bool IsSetFontstyle (void) const
 Check if a value has been assigned to Fontstyle data member. More...
 
bool CanGetFontstyle (void) const
 Check if it is safe to call GetFontstyle method. More...
 
void ResetFontstyle (void)
 Reset Fontstyle data member. More...
 
TFontstyle GetFontstyle (void) const
 Get the Fontstyle member data. More...
 
void SetFontstyle (TFontstyle value)
 Assign a value to Fontstyle data member. More...
 
TFontstyleSetFontstyle (void)
 Assign a value to Fontstyle data member. More...
 
bool IsSetFontsize (void) const
 Check if a value has been assigned to Fontsize data member. More...
 
bool CanGetFontsize (void) const
 Check if it is safe to call GetFontsize method. More...
 
void ResetFontsize (void)
 Reset Fontsize data member. More...
 
const TFontsizeGetFontsize (void) const
 Get the Fontsize member data. More...
 
void SetFontsize (const TFontsize &value)
 Assign a value to Fontsize data member. More...
 
void SetFontsize (TFontsize &&value)
 
TFontsizeSetFontsize (void)
 Assign a value to Fontsize data member. More...
 
bool IsSetColor (void) const
 Check if a value has been assigned to Color data member. More...
 
bool CanGetColor (void) const
 Check if it is safe to call GetColor method. More...
 
void ResetColor (void)
 Reset Color data member. More...
 
const TColorGetColor (void) const
 Get the Color member data. More...
 
void SetColor (const TColor &value)
 Assign a value to Color data member. More...
 
void SetColor (TColor &&value)
 
TColorSetColor (void)
 Assign a value to Color data member. More...
 
bool IsSetBackground (void) const
 Check if a value has been assigned to Background data member. More...
 
bool CanGetBackground (void) const
 Check if it is safe to call GetBackground method. More...
 
void ResetBackground (void)
 Reset Background data member. More...
 
const TBackgroundGetBackground (void) const
 Get the Background member data. More...
 
void SetBackground (const TBackground &value)
 Assign a value to Background data member. More...
 
void SetBackground (TBackground &&value)
 
TBackgroundSetBackground (void)
 Assign a value to Background data member. More...
 
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 const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() EAttlist_mathvariant (void)
 Access to EAttlist_mathvariant's attributes (values, names) as defined in spec. More...
 
static const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() EAttlist_dir (void)
 Access to EAttlist_dir's attributes (values, names) as defined in spec. More...
 
static const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() EAttlist_fontweight (void)
 Access to EAttlist_fontweight's attributes (values, names) as defined in spec. More...
 
static const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() EAttlist_fontstyle (void)
 Access to EAttlist_fontstyle's attributes (values, names) as defined in spec. 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 CSerialObject Tparent
 

Private Member Functions

 C_Attlist (const C_Attlist &)
 
C_Attlistoperator= (const C_Attlist &)
 

Private Attributes

Uint4 m_set_State [1]
 
string m_Id
 
string m_Xref
 
string m_Class
 
string m_Style
 
string m_Href
 
string m_Mathcolor
 
string m_Mathbackground
 
EAttlist_mathvariant m_Mathvariant
 
string m_Mathsize
 
EAttlist_dir m_Dir
 
string m_Fontfamily
 
EAttlist_fontweight m_Fontweight
 
EAttlist_fontstyle m_Fontstyle
 
string m_Fontsize
 
string m_Color
 
string m_Background
 

Additional Inherited Members

- 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

C_Attlist –.

Definition at line 91 of file Mtext_.hpp.


The documentation for this class was generated from the following files:
Modified on Fri May 24 14:54:59 2024 by modify_doxy.py rev. 669887