Assimp  v3.1.1 (June 2014)
stringbuffer.h File Reference

Classes

class  GenericStringBuffer< Encoding, Allocator >
 Represents an in-memory output stream. More...
 

Typedefs

typedef GenericStringBuffer
< UTF8<> > 
StringBuffer
 String buffer with UTF8 encoding. More...
 

Functions

template<>
void PutN (GenericStringBuffer< UTF8<> > &stream, char c, size_t n)
 Implement specialized version of PutN() with memset() for better performance. More...
 

Typedef Documentation

String buffer with UTF8 encoding.

Function Documentation

template<>
void PutN ( GenericStringBuffer< UTF8<> > &  stream,
char  c,
size_t  n 
)
inline

Implement specialized version of PutN() with memset() for better performance.