Definition in file clssdf.h.
#include <stdlib.h>
#include <string>
#include <iostream>
#include <vector>
#include <algorithm>
#include <stdexcept>
#include <string.h>
#include "error_message.h"
#include "attribute.h"
#include "key_attribute.h"
#include "functional_attribute.h"
#include "derived_attribute.h"
#include "enum_constant.h"
#include "static_constant.h"
#include "class_definition.h"
Include dependency graph for clssdf.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | class_def |
Classes | |
| class | class_def::end_of_input |
| This class is used in a throw statement, to signify that the end of the input file has been reached. More... | |
| class | class_def::comment |
| This class is used to store comments. More... | |
Functions | |
| 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) |
| string | class_def::string_to_lower (const string &rhs) |
| std::string | class_def::print_stringify () |
| std::string | class_def::rep_spc (int n) |
| void | class_def::error (void) |
Variables | |
| const int | class_def::const_reference = 1 |
| std::string | class_def::substr |
| long | class_def::lineno |
1.5.1