#include "ptree-core.h"#include "token.h"#include "buffer.h"Include dependency graph for ptree.h:

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

Go to the source code of this file.
|
|
Value: |
|
|
Value: |
|
|
Value: class Leaf##w : public LeafReserved { \ public: \ Leaf##w(Token& t) : LeafReserved(t) {} \ Leaf##w(char* str, int len) : LeafReserved(str, len) {} \ int What(); \ } |
1.2.15