scans.hpp File Reference


Detailed Description

Provides all the scans() function overloads for scansning (reading) from a stream.

    **  Copyright (c) 2006, Oliver Schoenborn
    **  Distributed under the BSD Software License (see accompanying 
    **  LICENSE_IOF_1_0.txt in root folder of library for complete 
    **  terms and conditions). 
    

#include "iof/fmtr.hpp"

Include dependency graph for scans.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  iof

Functions

template<typename TT>
bool iof::scans (std::istream &in, TT &obj)
 If just one obj to output, no formatting assumed.
template<typename T1>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj)
template<typename T1, typename T2>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2)
template<typename T1, typename T2, typename T3>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3)
template<typename T1, typename T2, typename T3, typename T4>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4)
template<typename T1, typename T2, typename T3, typename T4, typename T5>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4, T5 &obj5)
template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4, T5 &obj5, T6 &obj6)
template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4, T5 &obj5, T6 &obj6, T7 &obj7)
template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4, T5 &obj5, T6 &obj6, T7 &obj7, T8 &obj8)
template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4, T5 &obj5, T6 &obj6, T7 &obj7, T8 &obj8, T9 &obj9)
template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10>
bool iof::scans (std::istream &in, const char *fmt, T1 &obj1, T2 &obj2, T3 &obj3, T4 &obj4, T5 &obj5, T6 &obj6, T7 &obj7, T8 &obj8, T9 &obj9, T10 &obj10)


Generated on Fri Nov 24 16:16:01 2006 for IOF Library by doxygen 1.5.1-p1
Thanks to SourceForge.net Logo for hosting