0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
Hypertable::NumericSignedFormatter< T > Class Template Reference

#include <String.h>

Inheritance diagram for Hypertable::NumericSignedFormatter< T >:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::NumericSignedFormatter< T >:
Collaboration graph
[legend]

Public Member Functions

 NumericSignedFormatter (T value)
 
- Public Member Functions inherited from Hypertable::NumericFormatter< T >
size_t size () const
 Returns the number of characters written to the output buffer. More...
 
const char * data () const
 Returns a pointer to the output buffer content. More...
 
const char * c_str () const
 Returns a pointer to the output buffer content with terminating null character appended. More...
 
std::string str () const
 Returns the content of the output buffer as an std::string. More...
 
char * append_to (char *p) const
 Appends the converted number to the buffer specified, returns the forwarded pointer. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Hypertable::NumericFormatter< T >
 NumericFormatter ()
 
void format_unsigned (T value)
 
void format_signed (T value)
 
- Static Protected Attributes inherited from Hypertable::NumericFormatterDigits
static const char DIGITS []
 

Detailed Description

template<class T>
class Hypertable::NumericSignedFormatter< T >

Definition at line 226 of file String.h.

Constructor & Destructor Documentation

template<class T >
Hypertable::NumericSignedFormatter< T >::NumericSignedFormatter ( value)
inlineexplicit

Definition at line 228 of file String.h.


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