![]() |
Castor3D 0.16.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< CharType > &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 |
|
inline |
References castor::manip::BasicBaseManip< CharType >::getIWord(), and castor::manip::BasicBaseManip< CharType >::m_base.

|
inlinestatic |
Referenced by castor::manip::BasicBaseManip< CharType >::apply().

| int castor::manip::BasicBaseManip< CharType >::m_base |