This type is not used in the code. It is for testing whether DoxygenXLinks finds members which are inherited through a (chained!) type definition.
Definition at line 78 of file dxl.hpp.
|
| const alib::character * | Buffer () const |
|
| TAString (const TAppendable &src) |
|
| TAString (const TAString ©) |
|
constexpr | TAString (TAllocator &pAllocator) |
|
| TAString (TAString &&move) noexcept |
|
TAString & | _ () |
|
TAString & | _ (const TAppendable &src) |
|
TAString & | _ (const TString< TChar > &src, integer regionStart, integer regionLength=MAX_LEN) |
|
TAString & | Append (characters::IsCharacter auto src) |
|
TAString & | Append (const TAppendable &src) |
|
TAString & | Append (const TChar *src, integer srcLength) |
|
TAString & | Append (const TCharSrc *src, integer srcLength) |
|
TAString & | Append (const TString< TChar > &src, integer regionStart, integer regionLength=MAX_LEN) |
|
TAString & | Append (const TStringSource &src) |
|
TAString & | Append (TChar src) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
integer | Capacity () const |
|
void | dbgCheck () const |
|
void | DbgDisableBufferReplacementWarning () |
|
TAString & | Delete (integer regionStart, integer regionLength=MAX_LEN) |
|
TAString & | DeleteEnd (const TString< TChar > &deleteIfMatch) |
|
TAString & | DeleteEnd (integer regionLength) |
|
TAString & | DeleteStart (const TString< TChar > &deleteIfMatch) |
|
TAString & | DeleteStart (integer regionLength) |
|
integer | DetectLength (integer offset=0) |
|
iterator | end () |
|
const_iterator | end () const |
|
void | EnsureRemainingCapacity (integer spaceNeeded) |
|
void | GrowBufferAtLeastBy (integer minimumGrowth) |
|
bool | HasInternalBuffer () const |
|
TAString & | InsertAt (const TString< TChar > &src, integer pos) |
|
TAString & | InsertChars (TChar c, integer qty) |
|
TAString & | InsertChars (TChar c, integer qty, integer pos) |
|
TAString & | InsertUninitialized (integer pos, integer size) |
|
TAString & | NewLine () |
|
constexpr | operator T () const |
|
TAString & | operator+= (const TAppendable &src) |
|
TAString & | operator<< (const TAppendable &src) |
|
TAString & | operator= (const TAString ©) |
|
TChar & | operator[] (integer idx) |
|
TChar | operator[] (integer idx) const |
|
constexpr TChar | pop_back () |
|
constexpr void | push_back (TChar ch) |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
TAString & | ReplaceRegion (TChar c, integer regionStart, integer regionLength) |
|
TAString & | ReplaceSubstring (const TString< TChar > &src, integer regionStart, integer regionLength) |
|
TAString & | Reset () |
|
TAString & | Reset (const TAppendable &src) |
|
TAString & | Reverse (integer regionStart=0, integer regionLength=MAX_LEN) |
|
integer | SearchAndReplace (const TString< TChar > &needle, const TString< TChar > &replacement, integer startIdx=0, integer maxReplacements=strings::MAX_LEN, lang::Case sensitivity=lang::Case::Sensitive, integer endIdx=strings::MAX_LEN) |
|
integer | SearchAndReplace (TChar needle, TChar replacement, integer startIdx=0, integer endIdx=strings::MAX_LEN) |
|
void | SetBuffer (integer newCapacity) |
|
void | SetBuffer (TChar *extBuffer, integer extBufferSize, integer extLength=0, lang::Responsibility responsibility=lang::Responsibility::KeepWithSender) |
|
void | SetCharAt (integer idx, TChar c) |
|
void | SetLength (integer newLength) |
|
void | SetNull () |
|
TAString & | ShortenBy (integer charsToRemove) |
|
TAString & | ShortenTo (integer newLength) |
|
constexpr const TChar * | Terminate () const |
|
TAString & | ToLower (integer regionStart=0, integer regionLength=MAX_LEN) |
|
TAString & | ToUpper (integer regionStart=0, integer regionLength=MAX_LEN) |
|
TAString & | Trim (const TCString< TChar > &trimChars=CStringConstantsTraits< TChar >::DefaultWhitespaces()) |
|
integer | TrimAt (integer idx, const TCString< TChar > &trimChars=CStringConstantsTraits< TChar >::DefaultWhitespaces()) |
|
TAString & | TrimEnd (const TCString< TChar > &trimChars=CStringConstantsTraits< TChar >::DefaultWhitespaces()) |
|
TAString & | TrimStart (const TCString< TChar > &trimChars=CStringConstantsTraits< TChar >::DefaultWhitespaces()) |
|
TChar * | VBuffer () const |
|
constexpr | TString (const T &src) noexcept |
|
constexpr | TString (const TChar *pBuffer, integer pLength) noexcept |
|
constexpr | TString (const TString &) noexcept=default |
|
| TString (const_iterator &start, const_iterator &end) |
|
constexpr | TString (lang::IsNullptr auto const &) noexcept |
|
constexpr | TString (T &src) noexcept |
|
| TString (TAllocator &allocator, const TString< TChar > ©) |
|
constexpr | TString (TString &&) noexcept=default |
|
bool | AdjustRegion (integer ®ionStart, integer ®ionLength) const |
|
void | Allocate (TAllocator &allocator, const TString< TChar > ©) |
|
const_iterator | begin () const |
|
constexpr const TChar * | Buffer () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
TChar | CharAt (integer idx) const |
|
TChar | CharAtEnd () const |
|
TChar | CharAtStart () const |
|
int | CompareTo (const TString &rhs, integer rhsRegionStart, integer rhsRegionLength, integer regionStart, integer regionLength=MAX_LEN) const |
|
int | CompareTo (const TString &rhs, integer rhsRegionStart, integer rhsRegionLength=MAX_LEN) const |
|
int | CompareTo (const TString< TChar > &rhs) const |
|
bool | ContainsAt (const TString &needle, integer pos) const |
|
integer | CopyTo (TChar *dest) const |
|
integer | Count (const TString &needle, const TString &omit, integer startPos=0) const |
|
integer | Count (const TString &needle, integer startPos=0) const |
|
integer | CountChar (TChar needle, integer startPos=0) const |
|
integer | CountChar (TChar needle, TChar omit, integer startPos) const |
|
const_reverse_iterator | crbegin () const |
|
const_reverse_iterator | crend () const |
|
const_iterator | end () const |
|
bool | EndsWith (const TString &needle) const |
|
bool | Equals (const TString< TChar > &rhs) const |
|
void | Free (TAllocator &allocator) |
|
std::size_t | Hashcode () const |
|
std::size_t | HashcodeIgnoreCase () const |
|
integer | IndexOf (const TString &needle, integer startIdx=0, integer endIdx=strings::MAX_LEN) const |
|
integer | IndexOf (TChar needle, integer regionStart, integer regionLength) const |
|
integer | IndexOf (TChar needle, integer startIdx=0) const |
|
integer | IndexOfAny (const TString &needles, integer startIdx=0) const |
|
integer | IndexOfFirstDifference (const TString &needle, lang::Case sensitivity=lang::Case::Sensitive, integer startIdx=0) const |
|
integer | IndexOfOrLength (TChar needle) const |
|
integer | IndexOfOrLength (TChar needle, integer startIdx) const |
|
integer | IndexOfSegmentEnd (TChar opener, TChar closer, integer idx) const |
|
constexpr bool | IsEmpty () const |
|
constexpr bool | IsNotEmpty () const |
|
constexpr bool | IsNotNull () const |
|
constexpr bool | IsNull () const |
|
integer | LastIndexOf (TChar needle, integer startIndex=MAX_LEN) const |
|
integer | LastIndexOfAny (const TString &needles, integer startIdx=MAX_LEN) const |
|
constexpr integer | Length () const |
|
constexpr | operator T () const |
|
constexpr TString & | operator= (const TString &) noexcept=default |
|
constexpr TString & | operator= (TString &&) noexcept=default |
|
TChar | operator[] (integer idx) const |
|
uint64_t | ParseBin (integer *newIdx) const |
|
uint64_t | ParseBin (integer startIdx, integer *newIdx) const |
|
uint64_t | ParseBin (integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) const |
|
uint64_t | ParseBin (TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) const |
|
uint64_t | ParseDec (integer *newIdx) const |
|
uint64_t | ParseDec (integer startIdx, integer *newIdx) const |
|
uint64_t | ParseDec (integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) const |
|
uint64_t | ParseDec (TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) const |
|
uint64_t | ParseDecDigits (integer startIdx=0, integer *newIdx=nullptr) const |
|
double | ParseFloat (integer *newIdx) const |
|
double | ParseFloat (integer startIdx, integer *newIdx) const |
|
double | ParseFloat (integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) const |
|
double | ParseFloat (TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) const |
|
uint64_t | ParseHex (integer *newIdx) const |
|
uint64_t | ParseHex (integer startIdx, integer *newIdx) const |
|
uint64_t | ParseHex (integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) const |
|
uint64_t | ParseHex (TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) const |
|
int64_t | ParseInt (integer *newIdx) const |
|
int64_t | ParseInt (integer startIdx, integer *newIdx) const |
|
int64_t | ParseInt (integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) const |
|
int64_t | ParseInt (TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) const |
|
uint64_t | ParseOct (integer *newIdx) const |
|
uint64_t | ParseOct (integer startIdx, integer *newIdx) const |
|
uint64_t | ParseOct (integer startIdx=0, TNumberFormat< TChar > *numberFormat=nullptr, integer *newIdx=nullptr) const |
|
uint64_t | ParseOct (TNumberFormat< TChar > *numberFormat, integer *newIdx=nullptr) const |
|
const_reverse_iterator | rbegin () const |
|
const_reverse_iterator | rend () const |
|
size_type | size () const |
|
bool | StartsWith (const TString &needle) const |
|
TString< TChar > | Substring (integer regionStart, integer regionLength=MAX_LEN) const |
|
integer | WStringLength () const |
|
AllocatorInterface< TAllocator > | AI () const noexcept |
|
TAllocator & | GetAllocator () const noexcept |