Synopsis - Cross-Reference
File: src/Synopsis/PTree.hh1// 2// Copyright (C) 2004 Stefan Seefeld 3// All rights reserved. 4// Licensed to the public under the terms of the GNU LGPL (>= 2), 5// see the file COPYING for details. 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 Tue May 13 02:39:33 2008 by
synopsis (version 0.10)
synopsis (version 0.10)