SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::manipd< T > Struct Template Reference

Class that associates values with stream manipulators and formatting. More...

Public Types

typedef std::ios_base &(* manip_type )(std::ios_base &)
 

Public Member Functions

 manipd (manip_type m=0, int f=0, int w=0, int p=0)
 
 manipd (const T &v, manip_type m=0, int f=0, int w=0, int p=0)
 

Public Attributes

value
 
const manip_type manip
 
char fill
 
int width
 
int precision
 

Detailed Description

template<class T>
struct shore::manipd< T >

Class that associates values with stream manipulators and formatting.


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