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

Represents ASN.1 type String-constraint defined in file macro.asn

Search Toolkit Book for CString_constraint_Base

CString_constraint_Base –. More...

#include <objects/macro/String_constraint_.hpp>

+ Inheritance diagram for CString_constraint_Base:
+ Collaboration diagram for CString_constraint_Base:

Public Types

enum class  E_memberIndex {
  e__allMandatory = 0 , e_match_text , e_match_location , e_case_sensitive ,
  e_ignore_space , e_ignore_punct , e_ignore_words , e_whole_word ,
  e_not_present , e_is_all_caps , e_is_all_lower , e_is_all_punct ,
  e_ignore_weasel , e_is_first_cap , e_is_first_each_cap
}
 
typedef string TMatch_text
 
typedef EString_location TMatch_location
 
typedef bool TCase_sensitive
 
typedef bool TIgnore_space
 
typedef bool TIgnore_punct
 
typedef CWord_substitution_set TIgnore_words
 
typedef bool TWhole_word
 
typedef bool TNot_present
 
typedef bool TIs_all_caps
 
typedef bool TIs_all_lower
 
typedef bool TIs_all_punct
 
typedef bool TIgnore_weasel
 
typedef bool TIs_first_cap
 
typedef bool TIs_first_each_cap
 
typedef Tparent::CMemberIndex< E_memberIndex, 15 > 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

 CString_constraint_Base (void)
 
virtual ~CString_constraint_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetMatch_text (void) const
 Check if a value has been assigned to Match_text data member. More...
 
bool CanGetMatch_text (void) const
 Check if it is safe to call GetMatch_text method. More...
 
void ResetMatch_text (void)
 Reset Match_text data member. More...
 
const TMatch_textGetMatch_text (void) const
 Get the Match_text member data. More...
 
void SetMatch_text (const TMatch_text &value)
 Assign a value to Match_text data member. More...
 
void SetMatch_text (TMatch_text &&value)
 
TMatch_textSetMatch_text (void)
 Assign a value to Match_text data member. More...
 
bool IsSetMatch_location (void) const
 Check if a value has been assigned to Match_location data member. More...
 
bool CanGetMatch_location (void) const
 Check if it is safe to call GetMatch_location method. More...
 
void ResetMatch_location (void)
 Reset Match_location data member. More...
 
void SetDefaultMatch_location (void)
 Assign default value to Match_location data member. More...
 
TMatch_location GetMatch_location (void) const
 Get the Match_location member data. More...
 
void SetMatch_location (TMatch_location value)
 Assign a value to Match_location data member. More...
 
TMatch_locationSetMatch_location (void)
 Assign a value to Match_location data member. More...
 
bool IsSetCase_sensitive (void) const
 Check if a value has been assigned to Case_sensitive data member. More...
 
bool CanGetCase_sensitive (void) const
 Check if it is safe to call GetCase_sensitive method. More...
 
void ResetCase_sensitive (void)
 Reset Case_sensitive data member. More...
 
void SetDefaultCase_sensitive (void)
 Assign default value to Case_sensitive data member. More...
 
TCase_sensitive GetCase_sensitive (void) const
 Get the Case_sensitive member data. More...
 
void SetCase_sensitive (TCase_sensitive value)
 Assign a value to Case_sensitive data member. More...
 
TCase_sensitiveSetCase_sensitive (void)
 Assign a value to Case_sensitive data member. More...
 
bool IsSetIgnore_space (void) const
 Check if a value has been assigned to Ignore_space data member. More...
 
bool CanGetIgnore_space (void) const
 Check if it is safe to call GetIgnore_space method. More...
 
void ResetIgnore_space (void)
 Reset Ignore_space data member. More...
 
void SetDefaultIgnore_space (void)
 Assign default value to Ignore_space data member. More...
 
TIgnore_space GetIgnore_space (void) const
 Get the Ignore_space member data. More...
 
void SetIgnore_space (TIgnore_space value)
 Assign a value to Ignore_space data member. More...
 
TIgnore_spaceSetIgnore_space (void)
 Assign a value to Ignore_space data member. More...
 
bool IsSetIgnore_punct (void) const
 Check if a value has been assigned to Ignore_punct data member. More...
 
bool CanGetIgnore_punct (void) const
 Check if it is safe to call GetIgnore_punct method. More...
 
void ResetIgnore_punct (void)
 Reset Ignore_punct data member. More...
 
void SetDefaultIgnore_punct (void)
 Assign default value to Ignore_punct data member. More...
 
TIgnore_punct GetIgnore_punct (void) const
 Get the Ignore_punct member data. More...
 
void SetIgnore_punct (TIgnore_punct value)
 Assign a value to Ignore_punct data member. More...
 
TIgnore_punctSetIgnore_punct (void)
 Assign a value to Ignore_punct data member. More...
 
bool IsSetIgnore_words (void) const
 Check if a value has been assigned to Ignore_words data member. More...
 
bool CanGetIgnore_words (void) const
 Check if it is safe to call GetIgnore_words method. More...
 
void ResetIgnore_words (void)
 Reset Ignore_words data member. More...
 
const TIgnore_wordsGetIgnore_words (void) const
 Get the Ignore_words member data. More...
 
void SetIgnore_words (TIgnore_words &value)
 Assign a value to Ignore_words data member. More...
 
TIgnore_wordsSetIgnore_words (void)
 Assign a value to Ignore_words data member. More...
 
bool IsSetWhole_word (void) const
 Check if a value has been assigned to Whole_word data member. More...
 
bool CanGetWhole_word (void) const
 Check if it is safe to call GetWhole_word method. More...
 
void ResetWhole_word (void)
 Reset Whole_word data member. More...
 
void SetDefaultWhole_word (void)
 Assign default value to Whole_word data member. More...
 
TWhole_word GetWhole_word (void) const
 Get the Whole_word member data. More...
 
void SetWhole_word (TWhole_word value)
 Assign a value to Whole_word data member. More...
 
TWhole_wordSetWhole_word (void)
 Assign a value to Whole_word data member. More...
 
bool IsSetNot_present (void) const
 Check if a value has been assigned to Not_present data member. More...
 
bool CanGetNot_present (void) const
 Check if it is safe to call GetNot_present method. More...
 
void ResetNot_present (void)
 Reset Not_present data member. More...
 
void SetDefaultNot_present (void)
 Assign default value to Not_present data member. More...
 
TNot_present GetNot_present (void) const
 Get the Not_present member data. More...
 
void SetNot_present (TNot_present value)
 Assign a value to Not_present data member. More...
 
TNot_presentSetNot_present (void)
 Assign a value to Not_present data member. More...
 
bool IsSetIs_all_caps (void) const
 Check if a value has been assigned to Is_all_caps data member. More...
 
bool CanGetIs_all_caps (void) const
 Check if it is safe to call GetIs_all_caps method. More...
 
void ResetIs_all_caps (void)
 Reset Is_all_caps data member. More...
 
void SetDefaultIs_all_caps (void)
 Assign default value to Is_all_caps data member. More...
 
TIs_all_caps GetIs_all_caps (void) const
 Get the Is_all_caps member data. More...
 
void SetIs_all_caps (TIs_all_caps value)
 Assign a value to Is_all_caps data member. More...
 
TIs_all_capsSetIs_all_caps (void)
 Assign a value to Is_all_caps data member. More...
 
bool IsSetIs_all_lower (void) const
 Check if a value has been assigned to Is_all_lower data member. More...
 
bool CanGetIs_all_lower (void) const
 Check if it is safe to call GetIs_all_lower method. More...
 
void ResetIs_all_lower (void)
 Reset Is_all_lower data member. More...
 
void SetDefaultIs_all_lower (void)
 Assign default value to Is_all_lower data member. More...
 
TIs_all_lower GetIs_all_lower (void) const
 Get the Is_all_lower member data. More...
 
void SetIs_all_lower (TIs_all_lower value)
 Assign a value to Is_all_lower data member. More...
 
TIs_all_lowerSetIs_all_lower (void)
 Assign a value to Is_all_lower data member. More...
 
bool IsSetIs_all_punct (void) const
 Check if a value has been assigned to Is_all_punct data member. More...
 
bool CanGetIs_all_punct (void) const
 Check if it is safe to call GetIs_all_punct method. More...
 
void ResetIs_all_punct (void)
 Reset Is_all_punct data member. More...
 
void SetDefaultIs_all_punct (void)
 Assign default value to Is_all_punct data member. More...
 
TIs_all_punct GetIs_all_punct (void) const
 Get the Is_all_punct member data. More...
 
void SetIs_all_punct (TIs_all_punct value)
 Assign a value to Is_all_punct data member. More...
 
TIs_all_punctSetIs_all_punct (void)
 Assign a value to Is_all_punct data member. More...
 
bool IsSetIgnore_weasel (void) const
 Check if a value has been assigned to Ignore_weasel data member. More...
 
bool CanGetIgnore_weasel (void) const
 Check if it is safe to call GetIgnore_weasel method. More...
 
void ResetIgnore_weasel (void)
 Reset Ignore_weasel data member. More...
 
void SetDefaultIgnore_weasel (void)
 Assign default value to Ignore_weasel data member. More...
 
TIgnore_weasel GetIgnore_weasel (void) const
 Get the Ignore_weasel member data. More...
 
void SetIgnore_weasel (TIgnore_weasel value)
 Assign a value to Ignore_weasel data member. More...
 
TIgnore_weaselSetIgnore_weasel (void)
 Assign a value to Ignore_weasel data member. More...
 
bool IsSetIs_first_cap (void) const
 Check if a value has been assigned to Is_first_cap data member. More...
 
bool CanGetIs_first_cap (void) const
 Check if it is safe to call GetIs_first_cap method. More...
 
void ResetIs_first_cap (void)
 Reset Is_first_cap data member. More...
 
void SetDefaultIs_first_cap (void)
 Assign default value to Is_first_cap data member. More...
 
TIs_first_cap GetIs_first_cap (void) const
 Get the Is_first_cap member data. More...
 
void SetIs_first_cap (TIs_first_cap value)
 Assign a value to Is_first_cap data member. More...
 
TIs_first_capSetIs_first_cap (void)
 Assign a value to Is_first_cap data member. More...
 
bool IsSetIs_first_each_cap (void) const
 Check if a value has been assigned to Is_first_each_cap data member. More...
 
bool CanGetIs_first_each_cap (void) const
 Check if it is safe to call GetIs_first_each_cap method. More...
 
void ResetIs_first_each_cap (void)
 Reset Is_first_each_cap data member. More...
 
void SetDefaultIs_first_each_cap (void)
 Assign default value to Is_first_each_cap data member. More...
 
TIs_first_each_cap GetIs_first_each_cap (void) const
 Get the Is_first_each_cap member data. More...
 
void SetIs_first_each_cap (TIs_first_each_cap value)
 Assign a value to Is_first_each_cap data member. More...
 
TIs_first_each_capSetIs_first_each_cap (void)
 Assign a value to Is_first_each_cap 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
 

Private Types

typedef CSerialObject Tparent
 

Private Member Functions

 CString_constraint_Base (const CString_constraint_Base &)
 
CString_constraint_Baseoperator= (const CString_constraint_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
string m_Match_text
 
EString_location m_Match_location
 
bool m_Case_sensitive
 
bool m_Ignore_space
 
bool m_Ignore_punct
 
CRef< TIgnore_wordsm_Ignore_words
 
bool m_Whole_word
 
bool m_Not_present
 
bool m_Is_all_caps
 
bool m_Is_all_lower
 
bool m_Is_all_punct
 
bool m_Ignore_weasel
 
bool m_Is_first_cap
 
bool m_Is_first_each_cap
 

Additional Inherited Members

- 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)
 
- 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

CString_constraint_Base –.

Definition at line 77 of file String_constraint_.hpp.


The documentation for this class was generated from the following files:
Modified on Sun Apr 14 05:29:19 2024 by modify_doxy.py rev. 669887