HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::util::FormattedInt< IntT > Class Template Reference

I/O manipulator that formats integer values with thousands separators. More...

#include <Formats.h>

Public Member Functions

 FormattedInt (IntT n)
 
std::ostream & put (std::ostream &os) const
 

Static Public Member Functions

static char sep ()
 

Detailed Description

template<typename IntT>
class openvdb::OPENVDB_VERSION_NAME::util::FormattedInt< IntT >

I/O manipulator that formats integer values with thousands separators.

Definition at line 77 of file Formats.h.

Constructor & Destructor Documentation

template<typename IntT >
openvdb::OPENVDB_VERSION_NAME::util::FormattedInt< IntT >::FormattedInt ( IntT  n)
inline

Definition at line 82 of file Formats.h.

Member Function Documentation

template<typename IntT >
std::ostream& openvdb::OPENVDB_VERSION_NAME::util::FormattedInt< IntT >::put ( std::ostream &  os) const
inline

Definition at line 84 of file Formats.h.

template<typename IntT >
static char openvdb::OPENVDB_VERSION_NAME::util::FormattedInt< IntT >::sep ( )
inlinestatic

Definition at line 80 of file Formats.h.


The documentation for this class was generated from the following file: