Station information.
More...
#include <types.h>
|
|
bool | is_missing () const |
| | Return true if all the station fields are empty.
|
| |
|
bool | operator== (const Station &o) const |
| |
|
bool | operator!= (const Station &o) const |
| |
|
bool | operator< (const Station &o) const |
| |
|
bool | operator<= (const Station &o) const |
| |
|
bool | operator> (const Station &o) const |
| |
|
bool | operator>= (const Station &o) const |
| |
| int | print (FILE *out, const char *end="\n") const |
| | Print the Station to a FILE*. More...
|
| |
|
std::string | to_string (const char *undef="-") const |
| | Format to a string.
|
| |
◆ print()
| int dballe::Station::print |
( |
FILE * |
out, |
|
|
const char * |
end = "\n" |
|
) |
| const |
Print the Station to a FILE*.
- Parameters
-
| out | The output stream |
| end | String to print after the Station |
The documentation for this struct was generated from the following file: