This header-file is part of module ALib FileTree of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file ftree.hpp.
Go to the source code of this file.
Classes | |
| struct | alib::strings::APPENDABLES::AppendableTraits< filetree::FTFile, TChar, lang::HeapAllocator > |
| Specialization of functor AppendableTraits for type FTFile. More... | |
| class | alib::filetree::FTFile |
| class | alib::filetree::FTree |
| struct | alib::filetree::FTreeListener |
| struct | alib::filetree::detail::FTreeNodeHandler |
| struct | alib::filetree::std::hash< alib::filetree::FTree::ConstCursorHandle > |
Specialization of std::hash for the type ConstCursorHandle. More... | |
| struct | alib::filetree::std::hash< alib::filetree::FTree::CursorHandle > |
Specialization of std::hash for the type CursorHandle. More... | |
| struct | alib::filetree::FTree::ListenerRecord |
| Record used to manage registered listeners. More... | |
| struct | alib::filetree::TSharedFTree< TLock > |
Namespaces | |
| namespace | alib |
| namespace | alib::filetree |
| namespace | alib::filetree::detail |
| This namespace implements internals of namespace alib::filetree. | |
| namespace | alib::filetree::std |
| namespace | alib::strings |
| namespace | alib::strings::APPENDABLES |
Typedefs | |
| using | alib::FTFile = filetree::FTFile |
Type alias in namespace alib. | |
| using | alib::FTree = filetree::FTree |
Type alias in namespace alib. | |
| using | alib::SharedFTree = filetree::TSharedFTree<SharedLock> |
Type alias in namespace alib. | |
| using | alib::filetree::detail::TTree |
| A shortcut to the base class of the base class of class FTree. | |
Functions | |
| AString & | alib::filetree::DbgDump (AString &target, FTree &tree, EnumBitSet< FileStatus::Types > includedTypes=EnumBitSet< FileStatus::Types >(true), FTree::Cursor startNode=FTree::Cursor(), unsigned depth=(std::numeric_limits< unsigned int >::max)()) |
| void | alib::filetree::FFormat_File (const Box &box, const String &formatSpec, NumberFormat &nf, AString &target) |
Variables | |
| String | alib::filetree::DBG_DUMP_FORMAT |