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