ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
localstringma.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 localstringma.hpp.

Include dependency graph for localstringma.hpp:

Go to the source code of this file.

Namespaces

namespace  alib
 

Typedefs

template<integer TCapacity>
using ComplementLocalStringMA = strings::TLocalString<complementChar, TCapacity, MonoAllocator>
 Type alias in namespace alib.
 
template<integer TCapacity>
using LocalStringMA = strings::TLocalString<character , TCapacity, MonoAllocator>
 Type alias in namespace alib.
 
template<integer TCapacity>
using NLocalStringMA = strings::TLocalString <nchar , TCapacity, MonoAllocator>
 Type alias in namespace alib.
 
template<integer TCapacity>
using StrangeLocalStringMA = strings::TLocalString<strangeChar , TCapacity, MonoAllocator>
 Type alias in namespace alib.
 
using StringMA128 = LocalStringMA< 128>
 Type alias name for TLocalString<character,128,MonoAllocator>.
 
using StringMA16 = LocalStringMA< 16>
 Type alias name for TLocalString<character,16,MonoAllocator>.
 
using StringMA1K = LocalStringMA<1024>
 Type alias name for TLocalString<character,1024,MonoAllocator>.
 
using StringMA256 = LocalStringMA< 256>
 Type alias name for TLocalString<character,256,MonoAllocator>.
 
using StringMA2K = LocalStringMA<2048>
 Type alias name for TLocalString<character,2048,MonoAllocator>.
 
using StringMA32 = LocalStringMA< 32>
 Type alias name for TLocalString<character,32,MonoAllocator>.
 
using StringMA4K = LocalStringMA<4096>
 Type alias name for TLocalString<character,4096,MonoAllocator>.
 
using StringMA512 = LocalStringMA< 512>
 Type alias name for TLocalString<character,512,MonoAllocator>.
 
using StringMA64 = LocalStringMA< 64>
 Type alias name for TLocalString<character,64,MonoAllocator>.
 
using StringMA8 = LocalStringMA< 8>
 Type alias name for TLocalString<character,8,MonoAllocator>.
 
template<integer TCapacity>
using WLocalStringMA = strings::TLocalString <wchar , TCapacity, MonoAllocator>
 Type alias in namespace alib.
 
template<integer TCapacity>
using XLocalStringMA = strings::TLocalString <xchar , TCapacity, MonoAllocator>
 Type alias in namespace alib.