#include "CSL_Core.h"#include <stdarg.h>Go to the source code of this file.
Classes | |
| class | csl::InOut |
Namespaces | |
| namespace | csl |
| < we use the STL vector, map, and string classes | |
Defines | |
| #define | kNoProc 0 |
| #define | kLR2M 1 |
| #define | kL2M 2 |
| #define | kR2M 3 |
| #define | kN2M 4 |
Typedefs | |
| typedef int | csl::InOutFlags |
| #define kNoProc 0 |
Referenced by main(), csl::InOut::nextBuffer(), and testCMapIO().
| #define kLR2M 1 |
Referenced by csl::InOut::nextBuffer().
| #define kL2M 2 |
Referenced by csl::InOut::nextBuffer().
| #define kR2M 3 |
Referenced by csl::InOut::nextBuffer().
| #define kN2M 4 |
Referenced by csl::InOut::nextBuffer().
1.5.8