#include <string.h>
#include <stdlib.h>
#include "buffer.h"
#include "token.h"
#include "ptree-core.h"
#include "mop.h"
Include dependency graph for buffer.cc:
Go to the source code of this file.
Variables | |
const int | Quantum = 4 |
const int | BufSize = 1 << Quantum |
|
Definition at line 446 of file buffer.cc. Referenced by ProgramString::operator<<(), and ProgramString::ProgramString(). |
|
|