#include "marshal_generator.h"
#include "be_extern.h"
#include "utl_identifier.h"
#include <string>
#include <sstream>
#include <iostream>
#include <cctype>
#include <map>
Go to the source code of this file.
Defines | |
#define | LENGTH(CARRAY) (sizeof(CARRAY)/sizeof(CARRAY[0])) |
#define LENGTH | ( | CARRAY | ) | (sizeof(CARRAY)/sizeof(CARRAY[0])) |
Definition at line 20 of file marshal_generator.cpp.
Referenced by marshal_generator::gen_struct(), and marshal_generator::gen_union().