ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
stringtree.inl File Reference

Description:

This header-file is part of module ALib Containers of the ALib C++ Library.

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

Definition in file stringtree.inl.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::ConstCursorHandle
 A handle type used with methods TCursor::Export and ImportCursor. More...
 
struct  alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::CursorHandle
 A handle type used with methods TCursor::Export and ImportCursor. More...
 
struct  alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::TRecursiveIterator< TConst >::RecursionData
 Protected, internal struct used to store the data of recursive iterations. More...
 
class  alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >
 
struct  alib::containers::StringTreeNamesAlloc< TChar >
 
struct  alib::containers::StringTreeNamesDynamic< TChar, TLocalCapacity >
 
struct  alib::containers::StringTreeNamesStatic< TChar >
 
class  alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::TCursor< TConst >
 
class  alib::containers::StringTree< TAllocator, T, TNodeHandler, TRecycling >::TRecursiveIterator< TConst >
 

Namespaces

namespace  alib
 
namespace  alib::containers
 

Typedefs

template<typename TAllocator, typename T, typename TNodeHandler = StringTreeNamesDynamic<character>, Recycling TRecycling = Recycling::Private>
using alib::StringTree = containers::StringTree<TAllocator, T, TNodeHandler, TRecycling>
 Type alias in namespace alib.
 
template<typename TChar>
using alib::StringTreeNamesAlloc = containers::StringTreeNamesAlloc<TChar>
 Type alias in namespace alib.
 
template<typename TChar, integer TLocalCapacity = 32>
using alib::StringTreeNamesDynamic = containers::StringTreeNamesDynamic<TChar, TLocalCapacity>
 Type alias in namespace alib.
 
template<typename TChar>
using alib::StringTreeNamesStatic = containers::StringTreeNamesStatic<TChar>
 Type alias in namespace alib.