epoc32/include/stdapis/stlport/using/ios
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 0 061f57f2323e
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 #  ifdef _STLP_BROKEN_USING_DIRECTIVE
     2 using namespace _STLP_NEW_IO_NAMESPACE;
     3 #  else
     4 
     5 using _STLP_NEW_IO_NAMESPACE::ios;
     6 using _STLP_NEW_IO_NAMESPACE::streamoff;
     7 using _STLP_NEW_IO_NAMESPACE::streamsize;
     8 
     9 using _STLP_NEW_IO_NAMESPACE::ios_base;
    10 using _STLP_NEW_IO_NAMESPACE::basic_ios;
    11 
    12 // _lib.std.ios.manip_, manipulators:	
    13 using _STLP_NEW_IO_NAMESPACE::boolalpha;
    14 using _STLP_NEW_IO_NAMESPACE::noboolalpha;
    15 using _STLP_NEW_IO_NAMESPACE::showbase;
    16 using _STLP_NEW_IO_NAMESPACE::noshowbase;
    17 using _STLP_NEW_IO_NAMESPACE::showpoint;
    18 using _STLP_NEW_IO_NAMESPACE::noshowpoint;
    19 using _STLP_NEW_IO_NAMESPACE::showpos;
    20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
    21 using _STLP_NEW_IO_NAMESPACE::skipws;
    22 using _STLP_NEW_IO_NAMESPACE::noskipws;
    23 using _STLP_NEW_IO_NAMESPACE::uppercase;
    24 using _STLP_NEW_IO_NAMESPACE::nouppercase;
    25 
    26 // _lib.adjustfield.manip_ adjustfield:
    27 using _STLP_NEW_IO_NAMESPACE::internal;
    28 using _STLP_NEW_IO_NAMESPACE::left;
    29 using _STLP_NEW_IO_NAMESPACE::right;
    30 
    31 // _lib.basefield.manip_ basefield:
    32 using _STLP_NEW_IO_NAMESPACE::dec;
    33 using _STLP_NEW_IO_NAMESPACE::hex;
    34 using _STLP_NEW_IO_NAMESPACE::oct;
    35 
    36 // _lib.floatfield.manip_ floatfield:
    37 using _STLP_NEW_IO_NAMESPACE::fixed;
    38 using _STLP_NEW_IO_NAMESPACE::scientific;
    39 
    40 #  endif  /* _STLP_BROKEN_USING_DIRECTIVE */
    41