#include <BLCommand.hh>
Public Member Functions | |
| BLCommandPos (std::istream *_in) | |
| bool | isValid () |
Private Attributes | |
| std::istream * | in |
| std::streampos | pos |
Friends | |
| class | BLCommand |
| BLCommandPos::BLCommandPos | ( | std::istream * | _in | ) | [inline] |
| bool BLCommandPos::isValid | ( | ) | [inline] |
friend class BLCommand [friend] |
std::istream* BLCommandPos::in [private] |
Referenced by BLCommandPos(), and BLCommand::setPos().
std::streampos BLCommandPos::pos [private] |
Referenced by BLCommandPos(), isValid(), and BLCommand::setPos().