Primitive Type Stream Operation Overloads
These macros declare the read and write functions for all primitive types.
Defines
define
DECLARE_OVERLOADED_READ(type) bool read(type* out_read);
define
DECLARE_OVERLOADED_WRITE(type) bool write(type in_write);
Detailed Description
These macros declare the read and write functions for all primitive types.
Defines
DECLARE_OVERLOADED_READ(type) bool read(type* out_read);
DECLARE_OVERLOADED_WRITE(type) bool write(type in_write);