dune-spgrid 2.7
|
#include <iostream>
Go to the source code of this file.
Classes | |
struct | Dune::iostream::MatchTraits< T > |
struct | Dune::iostream::MatchTraits< const T > |
struct | Dune::iostream::MatchTraits< char[n] > |
struct | Dune::iostream::Match< T > |
Namespaces | |
namespace | Dune |
namespace | Dune::iostream |
Functions | |
template<class char_type , class traits , class T > | |
std::basic_istream< char_type, traits > & | Dune::iostream::operator>> (std::basic_istream< char_type, traits > &in, const Match< T > &match) |
template<class char_type , class traits > | |
bool | Dune::isGood (std::basic_istream< char_type, traits > &in) |
template<class T > | |
iostream::Match< typename iostream::MatchTraits< T >::Type > | Dune::match (const T &value) |