numpunct_byname Class Reference

#include <stdapis/stlport/stl/_numpunct.h>

Link against: libstdcpp.lib

class numpunct_byname : public numpunct

Inherits from

Member Type Definition Documentation

Typedef char_type

typedef _CharTchar_type

Typedef string_type

typedef basic_string< _CharT >string_type

Constructor & Destructor Documentation

numpunct_byname ( const char *, size_t )

numpunct_byname(const char *name,
size_trefs = 0
)[explicit]

~numpunct_byname ( )

~numpunct_byname()[protected]

Member Function Documentation

do_decimal_point ( )

_CharTdo_decimal_point()const [protected, virtual]

do_grouping ( )

string do_grouping()const [protected, virtual]

Reimplemented from numpunct::do_grouping()const

do_thousands_sep ( )

_CharTdo_thousands_sep()const [protected, virtual]