Support Forum       G3D Web Page     
Classes | Namespaces | Macros
BinaryOutput.h File Reference

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...

Classes

class  G3D::BinaryOutput
 
Sequential or random access byte-order independent binary file access. More...
 

Namespaces

 G3D
 

Macros

#define DECLARE_WRITER(ucase, lcase)
 

Detailed Description

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.

Macro Definition Documentation

◆ DECLARE_WRITER

#define DECLARE_WRITER (   ucase,
  lcase 
)
Value:
void write##ucase(const lcase* out, int n);\
void write##ucase(const std::vector<lcase>& out, int n);\
void write##ucase(const Array<lcase>& out, int n);

documentation generated on Wed Nov 24 2021 08:01:51 using doxygen 1.8.15