epoc32/include/tools/stlport/using/h/iomanip.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
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.
williamr@4
     1
using ::setiosflags;
williamr@4
     2
using ::resetiosflags;
williamr@4
     3
// using ::setbase;
williamr@4
     4
using ::setfill;
williamr@4
     5
using ::setprecision;
williamr@4
     6
using ::setw;