#include <string>
#include <ostream>
#include <istream>
#include <vector>
#include <list>
#include <map>
Include dependency graph for chmxx.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | chm |
Classes | |
struct | chm::chm_topics_tree |
This represents a tree of topics with titles and paths. More... | |
struct | chm::chm_search_document |
Matched document inside the search result. More... | |
struct | chm::chm_search_match |
Search match for keyword found inside the index. More... | |
class | chm::chmfile |
A chm archive. More... | |
class | chm::chmistream |
Inputstream for reading files inside a chm archives. More... |