#include "debug/DebugUtils.h"
#include "debug/Log.h"
#include "util/StringUtils.h"
#include "util/CRC32.h"
#include "MarshalSerialize.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Defines | |
#define | DECL_CRC(_type) |
#define DECL_CRC | ( | _type | ) |
Value:
void \ MarshalCRC::process(const char* name, _type* i) \ { \ (void)name; \ crc_.update((u_char*)i, sizeof(_type)); \ }
Definition at line 436 of file MarshalSerialize.cc.