Scopira  20080306
scopira::tool::flow_i Class Referenceabstract

#include <flow.h>

Inheritance diagram for scopira::tool::flow_i:
scopira::tool::object scopira::tool::iflow_i scopira::tool::oflow_i scopira::tool::bufferflow scopira::tool::bufferiflow scopira::tool::cacheiflow scopira::tool::commentiflow scopira::tool::fileflow scopira::tool::hexiflow scopira::tool::itflow_i scopira::tool::netflow scopira::tool::nullflow scopira::tool::stringflow scopira::tool::stringiflow scopira::tool::unixflow scopira::tool::bufferflow scopira::tool::bufferoflow scopira::tool::cacheoflow scopira::tool::countoflow scopira::tool::distoflow scopira::tool::fileflow scopira::tool::hashoflow scopira::tool::hexoflow scopira::tool::netflow scopira::tool::nullflow scopira::tool::otflow_i scopira::tool::stringflow scopira::tool::stringoflow scopira::tool::teeoflow scopira::tool::unixflow

Public Types

enum  { input_c = 1, output_c = 2 }
 
typedef scopira::tool::byte_t byte_t
 
typedef int mode_t
 

Public Member Functions

virtual bool failed (void) const =0
 
- Public Member Functions inherited from scopira::tool::object
virtual ~object ()
 
int add_ref (void) const
 
bool sub_ref (void) const
 
void auto_ref (void) const
 
int current_ref (void) const
 
virtual scopira::tool::oflow_iprint (scopira::tool::oflow_i &o) const
 
virtual bool load (scopira::tool::iobjflow_i &in)
 
virtual void save (scopira::tool::oobjflow_i &out) const
 
bool is_alive_object (void) const
 
bool is_dead_object (void) const
 

Additional Inherited Members

- Protected Member Functions inherited from scopira::tool::object
 object (void)
 
 object (bool neverusecounter)
 

Detailed Description

This is the base of all flows (both input and output). It introduced a few constants, inheritance from object and a failed state checking method.

Author
Aleksander Demko

Member Typedef Documentation

◆ byte_t

typedef scopira::tool::byte_t scopira::tool::flow_i::byte_t

An 8-bit octect/byte.

Author
Aleksander Demko

◆ mode_t

A bit mask of modes.

Author
Aleksander Demko

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
input_c 

Open flow for input.

output_c 

Open flow for output.

Member Function Documentation

◆ failed()


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