Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
StreamReader.h File Reference

Classes

class  Assimp::StreamReader< SwapEndianess, RuntimeSwitch >
 Wrapper class around IOStream to allow for consistent reading of binary data in both little and big endian format. More...
 

Namespaces

namespace  Assimp
 Some C++ utilities for inter- and extrapolation.
 

Macros

#define AI_STREAMREADER_H_INCLUDED
 

Typedefs

typedef StreamReader< true, true > Assimp::StreamReaderAny
 
typedef StreamReader< true > Assimp::StreamReaderBE
 
typedef StreamReader< false > Assimp::StreamReaderLE
 

Macro Definition Documentation

◆ AI_STREAMREADER_H_INCLUDED

#define AI_STREAMREADER_H_INCLUDED