![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
Defines a base manipulator type, its what the built-in stream manipulators do when they take parameters, only they return an opaque type. More...
#include <StreamBaseManipulators.hpp>
Public Member Functions | |
BasicBaseManip (int base) | |
void | apply (std::basic_ostream< CharT > &os) const |
Static Public Member Functions | |
static int | getIWord () |
Public Attributes | |
int | m_base |
Defines a base manipulator type, its what the built-in stream manipulators do when they take parameters, only they return an opaque type.
|
inlineexplicit |
References castor::manip::BasicBaseManip< CharT >::m_base.
|
inline |
References castor::manip::BasicBaseManip< CharT >::getIWord(), and castor::manip::BasicBaseManip< CharT >::m_base.
|
inlinestatic |
Referenced by castor::manip::BasicBaseManip< CharT >::apply().
int castor::manip::BasicBaseManip< CharT >::m_base |