#include <DataStatus.hpp>
Inheritance diagram for DataStatus:

Public Member Functions | |
| DataStatus () | |
| bool | good () const |
| Note that the goodbit isn't really a bit, it is just the lack of any bits being set. | |
| std::ios_base::iostate | rdstate () const |
| void | clear (std::ios_base::iostate s=std::ios_base::goodbit) |
| void | setstate (std::ios_base::iostate s) |
| void | clearstate (std::ios_base::iostate s) |
| bool | operator() () const |
| operator void * () const | |
|
|
Definition at line 45 of file DataStatus.hpp. |
|
|
Definition at line 55 of file DataStatus.hpp. Referenced by gpstk::operator>>(). |
|
|
Definition at line 61 of file DataStatus.hpp. |
|
|
Note that the goodbit isn't really a bit, it is just the lack of any bits being set.
Definition at line 49 of file DataStatus.hpp. |
|
|
Definition at line 67 of file DataStatus.hpp. |
|
|
Definition at line 64 of file DataStatus.hpp. |
|
|
Definition at line 52 of file DataStatus.hpp. |
|
|
Definition at line 58 of file DataStatus.hpp. Referenced by FFIdentifier::FFIdentifier(). |
1.3.9.1