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.
Go to the source code of this file.
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. | |