reSIProcate/rutil  9694
Public Member Functions | Protected Attributes
resip::ResipBasicIOStream Class Reference

#include <resipfaststreams.hxx>

Inheritance diagram for resip::ResipBasicIOStream:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ResipBasicIOStream (void)
 ~ResipBasicIOStream (void)
bool good (void) const
bool eof (void) const
void clear (void) const

Protected Attributes

bool good_
bool eof_

Detailed Description

Definition at line 38 of file resipfaststreams.hxx.


Constructor & Destructor Documentation

resip::ResipBasicIOStream::ResipBasicIOStream ( void  ) [inline]

Definition at line 41 of file resipfaststreams.hxx.

                              :good_(false),eof_(true)
      {}
resip::ResipBasicIOStream::~ResipBasicIOStream ( void  ) [inline]

Definition at line 43 of file resipfaststreams.hxx.

      {}

Member Function Documentation

void resip::ResipBasicIOStream::clear ( void  ) const [inline]

Definition at line 54 of file resipfaststreams.hxx.

      {}
bool resip::ResipBasicIOStream::eof ( void  ) const [inline]

Definition at line 50 of file resipfaststreams.hxx.

References eof_.

      {
         return eof_;
      }
bool resip::ResipBasicIOStream::good ( void  ) const [inline]

Definition at line 46 of file resipfaststreams.hxx.

References good_.

      {
         return good_;
      }

Member Data Documentation

Definition at line 59 of file resipfaststreams.hxx.

Referenced by eof().


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