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

Description:

This header file is part of the ALib C++ Library. It does not belong to an ALib Module and is included in any ALib Distribution.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file astringma.hpp.

Include dependency graph for astringma.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 AStringMA = strings::TAString<character , MonoAllocator >
 Type alias in namespace alib.
 
using ComplementAStringMA = strings::TAString<complementChar, MonoAllocator >
 Type alias in namespace alib.
 
using ComplementStringMALengthResetter = strings::TStringLengthResetter<complementChar, MonoAllocator>
 Type alias in namespace alib.
 
using NAStringMA = strings::TAString<nchar , MonoAllocator >
 Type alias in namespace alib.
 
using NStringMALengthResetter = strings::TStringLengthResetter<nchar , MonoAllocator>
 Type alias in namespace alib.
 
using StrangeAStringMA = strings::TAString<strangeChar , MonoAllocator >
 Type alias in namespace alib.
 
using StrangeStringMALengthResetter = strings::TStringLengthResetter<strangeChar , MonoAllocator>
 Type alias in namespace alib.
 
using StringMALengthResetter = strings::TStringLengthResetter<character , MonoAllocator>
 Type alias in namespace alib.
 
using WAStringMA = strings::TAString<wchar , MonoAllocator >
 Type alias in namespace alib.
 
using WStringMALengthResetter = strings::TStringLengthResetter<wchar , MonoAllocator>
 Type alias in namespace alib.
 
using XAStringMA = strings::TAString<xchar , MonoAllocator >
 Type alias in namespace alib.
 
using XStringMALengthResetter = strings::TStringLengthResetter<xchar , MonoAllocator>
 Type alias in namespace alib.