Primitive Type Stream Operation Overloads
Detailed Description
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);
Define Documentation
#define DECLARE_OVERLOADED_READ
(
type
)
bool
read(
type
* out_read);
#define DECLARE_OVERLOADED_WRITE
(
type
)
bool
write(
type
in_write);