blue_sky::tools::string_formater Class Reference

Formats strings... More...

#include <string_formater.h>

List of all members.

Public Member Functions

 string_formater (const std::string &format, size_t i)
 format string should contains only one d specifier
 string_formater (const char *format, double dt, double ct, int i)
 format string should contains only two f and one d specifiers, in such order
 string_formater (const char *format, const std::string &s)
 format string should contains only one s specifier

Public Attributes

char str [255]
 Formated string.


Detailed Description

Formats strings...

Constructor & Destructor Documentation

blue_sky::tools::string_formater::string_formater ( const std::string &  format,
size_t  i 
) [inline]

format string should contains only one d specifier

Parameters:
format 
i 

References str.

blue_sky::tools::string_formater::string_formater ( const char *  format,
double  dt,
double  ct,
int  i 
) [inline]

format string should contains only two f and one d specifiers, in such order

Parameters:
format 
dt 
ct 
i 

References str.

blue_sky::tools::string_formater::string_formater ( const char *  format,
const std::string &  s 
) [inline]

format string should contains only one s specifier

Parameters:
format 
s 

References str.


Member Data Documentation

Formated string.

Referenced by string_formater().


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

Generated on Fri Nov 13 12:07:14 2009 for TheBSEagleProject by  doxygen 1.5.8