ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
astringpa.hpp File Reference

Description:

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.

Include dependency graph for astringpa.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 

Typedefs

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.