 |
globjects
1.0.0.000000000000
Strict OpenGL objects wrapper.
|
Go to the documentation of this file.
7 #include <globjects/globjects_api.h>
14 GLOBJECTS_API
int readInt(
const char* str,
int& number);
15 GLOBJECTS_API
void parseFormat(std::ostream& stream,
const char*& format);
17 GLOBJECTS_API
void streamprintf(std::ostream& stream,
const char* format);
24 template <
typename T,
typename... Args>
25 void streamprintf(std::ostream& stream,
const char* format,
const T& value, Args... args);
83 template <
typename... Args>
84 std::string
formatString(
const char* format, Args... args);
90 #include <globjects/base/formatString.inl>
GLOBJECTS_API void streamprintf(std::ostream &stream, const char *format)
Contains all the classes that wrap OpenGL functionality.
GLOBJECTS_API int readInt(const char *str, int &number)
GLOBJECTS_API void parseFormat(std::ostream &stream, const char *&format)
std::string formatString(const char *format, Args... args)