Definition in file class_definition.cpp.
#include <iomanip>
#include <fstream>
#include <sstream>
#include "clssdf.h"
Include dependency graph for class_definition.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | class_def |
Defines | |
| #define | TRACK 0 |
| #define | USE_GETLINE 0 |
Functions | |
| void | trap (const char *note="") |
| const char * | class_def::get_tag (int argc, const char *argv[], int argmask[], const char *tag, const char *dvalue) |
| const char * | class_def::find_tag (int argc, const char *argv[], int *argmask, const char *tag) |
| std::string | class_def::eat_back_white (const std::string &str, const std::string &seps) |
| void | class_def::Getline (istream &in, string &str) |
| std::string | class_def::rep_spc (int n) |
| istream & | class_def::operator>> (istream &from, class_definition &class_def) |
| istream & | class_def::operator>> (istream &from, attribute &attr) |
| istream & | class_def::operator>> (istream &from, derived_attribute &attr) |
| istream & | class_def::operator>> (istream &from, enum_constant &attr) |
| istream & | class_def::operator>> (istream &from, static_constant &attr) |
| ostream & | class_def::operator<< (ostream &os, const class_definition &clssdf) |
| ostream & | class_def::operator<< (ostream &s, const attribute &atr) |
| ostream & | class_def::operator<< (ostream &s, const derived_attribute &atr) |
| ostream & | class_def::operator<< (ostream &s, const enum_constant &atr) |
| ostream & | class_def::operator<< (ostream &s, const static_constant &atr) |
| void | class_def::error (void) |
| std::string | class_def::print_stringify () |
Variables | |
| string | class_def::laststr |
| string | class_def::substr |
| long | class_def::lineno = 1 |
1.5.1