CAPD::DynSys Library  6.0.0
SkipCommentsIstream Class Reference

#include <capd/auxil/skipCommentsIstream.h>

Public Member Functions

 SkipCommentsIstream (std::istream &A_is)
 
bool eof ()
 
SkipCommentsIstreamget (char &A_c)
 
SkipCommentsIstreamget (char *A_c, std::streamsize n)
 
SkipCommentsIstreamunget ()
 
void clear ()
 
std::ios::pos_type tellg ()
 
void seekg (std::ios::pos_type p)
 

Friends

SkipCommentsIstreamgetline (SkipCommentsIstream &A_in, std::string &s)
 
template<typename T >
SkipCommentsIstreamoperator>> (SkipCommentsIstream &A_in, T &A_t)
 
SkipCommentsIstreamoperator>> (SkipCommentsIstream &A_in, char &A_c)
 

Constructor & Destructor Documentation

◆ SkipCommentsIstream()

SkipCommentsIstream::SkipCommentsIstream ( std::istream &  A_is)
inline

Member Function Documentation

◆ clear()

void SkipCommentsIstream::clear ( )
inline

◆ eof()

bool SkipCommentsIstream::eof ( )
inline

◆ get() [1/2]

SkipCommentsIstream& SkipCommentsIstream::get ( char &  A_c)
inline

◆ get() [2/2]

SkipCommentsIstream& SkipCommentsIstream::get ( char *  A_c,
std::streamsize  n 
)
inline

◆ seekg()

void SkipCommentsIstream::seekg ( std::ios::pos_type  p)
inline

◆ tellg()

std::ios::pos_type SkipCommentsIstream::tellg ( )
inline

◆ unget()

SkipCommentsIstream& SkipCommentsIstream::unget ( )
inline

Friends And Related Function Documentation

◆ getline

SkipCommentsIstream& getline ( SkipCommentsIstream A_in,
std::string &  s 
)
friend

◆ operator>> [1/2]

SkipCommentsIstream& operator>> ( SkipCommentsIstream A_in,
char &  A_c 
)
friend

◆ operator>> [2/2]

template<typename T >
SkipCommentsIstream& operator>> ( SkipCommentsIstream A_in,
T &  A_t 
)
friend

The documentation for this class was generated from the following file: