#include <ioblock.H>
Inheritance diagram for IOBlock:
Public Member Functions | |
IOBlock (Cstr_ptr &name) | |
virtual | ~IOBlock () |
virtual int | consume_block (istream &, str_list &leftover)=0 |
Cstr_ptr & | name () const |
virtual int | operator== (CIOBlock &b) |
Static Public Member Functions | |
static int | consume (istream &is, const IOBlockList &list, str_list &leftover) |
Protected Attributes | |
str_ptr | _name |
Definition at line 11 of file ioblock.H.
|
|
|
|
|
Definition at line 27 of file ioblock.C. References ARRAY< T >::clear(), Cstr_ptr, get_word(), name(), NULL_STR, and ARRAY< T >::num(). Referenced by BMESH::read_blocks(), and Patch::read_stream(). |
|
Implemented in IOBlockMeth< T >. |
|
Definition at line 22 of file ioblock.H. References _name. Referenced by consume(). |
|
Definition at line 23 of file ioblock.H. References _name. |
|
Definition at line 13 of file ioblock.H. Referenced by name(), and operator==(). |