#include "TypeCode.hxx"#include <sstream>#include <iostream>#include <cstring>#include "YacsTrace.hxx"
Go to the source code of this file.
Functions | |
| static int | validChar0 (char c) |
| static int | validNextChar (char c) |
| static void | checkValidName (const char *name) |
|
static |
Definition at line 192 of file TypeCode.cxx.
References validChar0(), and validNextChar().
Referenced by YACS::ENGINE::TypeCode::interfaceTc().
|
inlinestatic |
Definition at line 181 of file TypeCode.cxx.
Referenced by checkValidName().