chm::chm_topics_tree Struct Reference

This represents a tree of topics with titles and paths. More...

#include <chmxx.h>

List of all members.

Public Member Functions

 ~chm_topics_tree ()

Public Attributes

std::string title
 Title of the tree node.
std::string path
 Path to file under given topic or empty.
chm_topics_treeparent
 Pointer to parent tree node, NULL if no parent.
std::list< chm_topics_tree * > children
 std::list of children node


Detailed Description

This represents a tree of topics with titles and paths.

Definition at line 30 of file chmxx.h.


Constructor & Destructor Documentation

chm::chm_topics_tree::~chm_topics_tree (  ) 


Member Data Documentation

std::string chm::chm_topics_tree::title

Title of the tree node.

Definition at line 31 of file chmxx.h.

std::string chm::chm_topics_tree::path

Path to file under given topic or empty.

Definition at line 32 of file chmxx.h.

chm_topics_tree* chm::chm_topics_tree::parent

Pointer to parent tree node, NULL if no parent.

Definition at line 33 of file chmxx.h.

std::list<chm_topics_tree *> chm::chm_topics_tree::children

std::list of children node

Definition at line 34 of file chmxx.h.


The documentation for this struct was generated from the following file:
Copyright © 2003, 2008 Indrek Mandre