AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
ServiceAbstract.hpp File Reference
#include <iostream>
#include <sstream>

Go to the source code of this file.

Classes

class  AIRSCHED::ServiceAbstract

Namespaces

namespace  AIRSCHED

Functions

template<class charT , class traits >
std::basic_ostream< charT,
traits > & 
operator<< (std::basic_ostream< charT, traits > &ioOut, const AIRSCHED::ServiceAbstract &iService)
template<class charT , class traits >
std::basic_istream< charT,
traits > & 
operator>> (std::basic_istream< charT, traits > &ioIn, AIRSCHED::ServiceAbstract &ioService)

Function Documentation

template<class charT , class traits >
std::basic_ostream<charT, traits>& operator<< ( std::basic_ostream< charT, traits > &  ioOut,
const AIRSCHED::ServiceAbstract iService 
) [inline]

Piece of code given by Nicolai M. Josuttis, Section 13.12.1 "Implementing Output Operators" (p653) of his book "The C++ Standard Library: A Tutorial and Reference", published by Addison-Wesley.

Definition at line 42 of file ServiceAbstract.hpp.

References AIRSCHED::ServiceAbstract::toStream().

template<class charT , class traits >
std::basic_istream<charT, traits>& operator>> ( std::basic_istream< charT, traits > &  ioIn,
AIRSCHED::ServiceAbstract ioService 
) [inline]

Piece of code given by Nicolai M. Josuttis, Section 13.12.1 "Implementing Output Operators" (pp655-657) of his book "The C++ Standard Library: A Tutorial and Reference", published by Addison-Wesley.

Definition at line 70 of file ServiceAbstract.hpp.

References AIRSCHED::ServiceAbstract::fromStream().