Euphoria
ctree.h File Reference

Go to the source code of this file.

Classes

struct  eu::core::TreeStyle
 

Namespaces

 eu
 
 eu::core
 

Functions

TreeStyle eu::core::determine_style ()
 
template<typename T , typename TLabelFunc , typename TFindChildrenFunc , typename TPrintFunc >
void eu::core::print_hierarchy (T item, TLabelFunc label_func, TFindChildrenFunc find_children_func, TPrintFunc print_func, const TreeStyle &style=determine_style(), const std::string &a_indent="", int index=0, bool last=true)
 

Variables

constexpr TreeStyle eu::core::slash_style
 
constexpr TreeStyle eu::core::utf8_tree_style
 
constexpr TreeStyle eu::core::cross_style