globjects  1.0.0.ae1b474792ef
Strict OpenGL objects wrapper.
formatString.h File Reference
#include <iosfwd>
#include <string>
#include <globjects/globjects_api.h>
#include <globjects/base/formatString.inl>

Go to the source code of this file.

Namespaces

 globjects
 Contains all the classes that wrap OpenGL functionality.
 

Functions

GLOBJECTS_API int globjects::readInt (const char *str, int &number)
 
GLOBJECTS_API void globjects::parseFormat (std::ostream &stream, const char *&format)
 
GLOBJECTS_API void globjects::streamprintf (std::ostream &stream, const char *format)
 
template<typename T , typename... Args>
void globjects::streamprintf (std::ostream &stream, const char *format, const T &value, Args...args)
 
template<typename... Args>
std::string globjects::formatString (const char *format, Args...args)