num_put Class Reference

class num_put : public locale::facet

Inherits from

  • num_put
    Public Member Functions
    num_put(size_t)
    _STLP_STATIC_MEMBER_DECLSPEC locale::id &GetFacetLocaleId()
    iter_type put(iter_type, ios_base &, char_type, bool)
    iter_type put(iter_type, ios_base &, char_type, long)
    iter_type put(iter_type, ios_base &, char_type, unsigned long)
    iter_type put(iter_type, ios_base &, char_type, double)
    iter_type put(iter_type, ios_base &, char_type, long double)
    iter_type put(iter_type, ios_base &, char_type, const void *)
    Protected Member Functions
    ~num_put()
    _OutputIterdo_put(_OutputIter, ios_base &, _CharT, bool)
    _OutputIterdo_put(_OutputIter, ios_base &, _CharT, long)
    _OutputIterdo_put(_OutputIter, ios_base &, _CharT, unsigned long)
    _OutputIterdo_put(_OutputIter, ios_base &, _CharT, double)
    _OutputIterdo_put(_OutputIter, ios_base &, _CharT, long double)
    _OutputIterdo_put(_OutputIter, ios_base &, _CharT, const void *)
    Inherited Functions
    _Refcount_Base::_M_decr()
    _Refcount_Base::_M_incr()
    _Refcount_Base::_Refcount_Base(__stl_atomic_t)
    locale::facet::facet(size_t)
    locale::facet::~facet()
    Public Member Type Definitions
    typedef_CharT char_type
    typedef_OutputIter iter_type
    Public Attributes
    locale::id id

    Constructor & Destructor Documentation

    num_put(size_t)

    num_put(size_t__refs = 0)[inline, explicit]

    Parameters

    size_t __refs = 0

    ~num_put()

    ~num_put()[protected, inline]

    Member Functions Documentation

    GetFacetLocaleId()

    _STLP_STATIC_MEMBER_DECLSPEC locale::id &GetFacetLocaleId()[static]

    do_put(_OutputIter, ios_base &, _CharT, bool)

    _OutputIterdo_put(_OutputIter__s,
    ios_base &__f,
    _CharT__fill,
    bool__val
    )const [protected, virtual]

    Parameters

    _OutputIter __s
    ios_base & __f
    _CharT __fill
    bool __val

    do_put(_OutputIter, ios_base &, _CharT, long)

    _OutputIterdo_put(_OutputIter__s,
    ios_base &__f,
    _CharT__fill,
    long__val
    )const [protected, virtual]

    Parameters

    _OutputIter __s
    ios_base & __f
    _CharT __fill
    long __val

    do_put(_OutputIter, ios_base &, _CharT, unsigned long)

    _OutputIterdo_put(_OutputIter__s,
    ios_base &__f,
    _CharT__fill,
    unsigned long__val
    )const [protected, virtual]

    Parameters

    _OutputIter __s
    ios_base & __f
    _CharT __fill
    unsigned long __val

    do_put(_OutputIter, ios_base &, _CharT, double)

    _OutputIterdo_put(_OutputIter__s,
    ios_base &__f,
    _CharT__fill,
    double__val
    )const [protected, virtual]

    Parameters

    _OutputIter __s
    ios_base & __f
    _CharT __fill
    double __val

    do_put(_OutputIter, ios_base &, _CharT, long double)

    _OutputIterdo_put(_OutputIter__s,
    ios_base &__f,
    _CharT__fill,
    long double__val
    )const [protected, virtual]

    Parameters

    _OutputIter __s
    ios_base & __f
    _CharT __fill
    long double __val

    do_put(_OutputIter, ios_base &, _CharT, const void *)

    _OutputIterdo_put(_OutputIter__s,
    ios_base &__f,
    _CharT__fill,
    const void *__val
    )const [protected, virtual]

    Parameters

    _OutputIter __s
    ios_base & __f
    _CharT __fill
    const void * __val

    put(iter_type, ios_base &, char_type, bool)

    iter_type put(iter_type__s,
    ios_base &__f,
    char_type__fill,
    bool__val
    )const [inline]

    Parameters

    iter_type __s
    ios_base & __f
    char_type __fill
    bool __val

    put(iter_type, ios_base &, char_type, long)

    iter_type put(iter_type__s,
    ios_base &__f,
    char_type__fill,
    long__val
    )const [inline]

    Parameters

    iter_type __s
    ios_base & __f
    char_type __fill
    long __val

    put(iter_type, ios_base &, char_type, unsigned long)

    iter_type put(iter_type__s,
    ios_base &__f,
    char_type__fill,
    unsigned long__val
    )const [inline]

    Parameters

    iter_type __s
    ios_base & __f
    char_type __fill
    unsigned long __val

    put(iter_type, ios_base &, char_type, double)

    iter_type put(iter_type__s,
    ios_base &__f,
    char_type__fill,
    double__val
    )const [inline]

    Parameters

    iter_type __s
    ios_base & __f
    char_type __fill
    double __val

    put(iter_type, ios_base &, char_type, long double)

    iter_type put(iter_type__s,
    ios_base &__f,
    char_type__fill,
    long double__val
    )const [inline]

    Parameters

    iter_type __s
    ios_base & __f
    char_type __fill
    long double __val

    put(iter_type, ios_base &, char_type, const void *)

    iter_type put(iter_type__s,
    ios_base &__f,
    char_type__fill,
    const void *__val
    )const [inline]

    Parameters

    iter_type __s
    ios_base & __f
    char_type __fill
    const void * __val

    Member Type Definitions Documentation

    Typedef char_type

    typedef _CharTchar_type

    Typedef iter_type

    typedef _OutputIteriter_type

    Member Data Documentation

    locale::id id

    locale::id id[static]