SHORE API
|
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 | |
T | value |
const manip_type | manip |
char | fill |
int | width |
int | precision |
Class that associates values with stream manipulators and formatting.