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

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

Go to the source code of this file.

Classes

struct  StringTree< T, TNodeMaintainer, TRecycling >::TRecursiveIterator< TConst >::RecursionData
 
class  StringTree< T, TNodeMaintainer, TRecycling >
 
struct  StringTreeNamesDynamic< TChar, TLocalCapacity >
 
struct  StringTreeNamesMonoAlloc< TChar >
 
struct  StringTreeNamesStatic< TChar >
 
class  StringTree< T, TNodeMaintainer, TRecycling >::TCursor< TConst >
 
class  StringTree< T, TNodeMaintainer, TRecycling >::TRecursiveIterator< TConst >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 

Typedefs

template<typename T , typename TNodeMaintainer = StringTreeNamesDynamic<character>, typename TRecycling = Recycling::Private>
using StringTree = monomem::StringTree<T, TNodeMaintainer, TRecycling>
 Type alias in namespace alib.
 
template<typename TChar , integer TLocalCapacity = 32>
using StringTreeNamesDynamic = monomem::StringTreeNamesDynamic<TChar, TLocalCapacity>
 Type alias in namespace alib.
 
template<typename TChar >
using StringTreeNamesMonoAlloc = monomem::StringTreeNamesMonoAlloc<TChar>
 Type alias in namespace alib.
 
template<typename TChar >
using StringTreeNamesStatic = monomem::StringTreeNamesStatic<TChar>
 Type alias in namespace alib.