#include "CeylanVisitable.h"#include "CeylanVisitor.h"#include "CeylanException.h"#include "CeylanLogPlug.h"#include "CeylanStringUtils.h"#include <string>#include <list>

Go to the source code of this file.
Classes | |
| class | Ceylan::TreeException |
| Exception to be raised when a Tree operation failed. More... | |
| class | Ceylan::TreeVisitor< Content > |
| Tree-dedicated visitor. More... | |
| class | Ceylan::TreeHeightAwareVisitor< Content > |
| Tree-dedicated visitor, which may use the distance from the current node to the real root of the tree. More... | |
| class | Ceylan::Tree< Content > |
Namespaces | |
| namespace | Ceylan |
This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
Typedefs | |
| typedef Ceylan::Uint32 | Ceylan::Height |
| The height of a node, measured from its root. | |
1.6.3