File: Synopsis/PTree.hh 1
2
3
4
5
6
7#ifndef Synopsis_PTree_hh_
8#define Synopsis_PTree_hh_
9
10#include <Synopsis/PTree/Encoding.hh>
11#include <Synopsis/PTree/Node.hh>
12#include <Synopsis/PTree/operations.hh>
13#include <Synopsis/PTree/Atoms.hh>
14#include <Synopsis/PTree/Lists.hh>
15#include <Synopsis/PTree/TypeVisitor.hh>
16#include <Synopsis/PTree/generation.hh>
17
18namespace Synopsis
19{
20void MopErrorMessage(const char* method_name, const char* msg);
21void MopErrorMessage2(const char* msg1, const char* msg2);
22void MopWarningMessage(const char* method_name, const char* msg);
23void MopWarningMessage2(const char* msg1, const char* msg2);
24void MopMoreWarningMessage(const char* msg1, const char* msg2 = 0);
25}
26
27#endif
Generated on Wed Mar 19 02:50:34 2008 by
synopsis (version 0.10)