#include <string.h>
#include <iostream.h>
#include "encoding.h"
#include "token.h"
#include "ptree.h"
#include "env.h"
#include "mop.h"
#include "typeinfo.h"
Include dependency graph for encoding.cc:
Go to the source code of this file.
Variables | |
const int | DigitOffset = 0x80 |
|
Definition at line 102 of file encoding.cc. Referenced by Encoding::AppendWithLen(), Encoding::CastOperator(), Encoding::Destructor(), Encoding::GlobalScope(), Encoding::IsSimpleName(), Encoding::MakeLeaf(), Encoding::MakePtree(), Encoding::MakeQname(), Encoding::PtrToMember(), and Encoding::Qualified(). |