Continuing the work on the class implementation and the line processing code
[fridhskrift.git] / frith / class.hpp
blob4ce38fc3f0cc27cde7ef21a77be27c42a60e6b8b
1 #include <vector>
2 #include <frith/function.hpp>
4 namespace frith
6 struct class_type
8 std::string name;
9 symbol_tree_node symbols;