This header file is part of module ALib Monomem of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file astringpa.hpp.
|
using | AStringPA = strings::TAString<character , PoolAllocator > |
| Type alias in namespace alib.
|
|
using | ComplementAStringPA = strings::TAString<complementChar, PoolAllocator > |
| Type alias in namespace alib.
|
|
using | ComplementStringPALengthResetter = strings::TStringLengthResetter<complementChar, PoolAllocator> |
| Type alias in namespace alib.
|
|
using | NAStringPA = strings::TAString<nchar , PoolAllocator > |
| Type alias in namespace alib.
|
|
using | NStringPALengthResetter = strings::TStringLengthResetter<nchar , PoolAllocator> |
| Type alias in namespace alib.
|
|
using | StrangeAStringPA = strings::TAString<strangeChar , PoolAllocator > |
| Type alias in namespace alib.
|
|
using | StrangeStringPALengthResetter = strings::TStringLengthResetter<strangeChar , PoolAllocator> |
| Type alias in namespace alib.
|
|
using | StringPALengthResetter = strings::TStringLengthResetter<character , PoolAllocator> |
| Type alias in namespace alib.
|
|
using | WAStringPA = strings::TAString<wchar , PoolAllocator > |
| Type alias in namespace alib.
|
|
using | WStringPALengthResetter = strings::TStringLengthResetter<wchar , PoolAllocator> |
| Type alias in namespace alib.
|
|
using | XAStringPA = strings::TAString<xchar , PoolAllocator > |
| Type alias in namespace alib.
|
|
using | XStringPALengthResetter = strings::TStringLengthResetter<xchar , PoolAllocator> |
| Type alias in namespace alib.
|
|