|
|
bool | is_missing () const |
| | Return true if all the station fields are empty.
|
| |
|
bool | operator== (const DBStation &o) const |
| |
|
bool | operator!= (const DBStation &o) const |
| |
|
bool | operator< (const DBStation &o) const |
| |
|
bool | operator<= (const DBStation &o) const |
| |
|
bool | operator> (const DBStation &o) const |
| |
|
bool | operator>= (const DBStation &o) const |
| |
| int | print (FILE *out, const char *end="\n") const |
| | Print the Station to a FILE*.
|
| |
|
std::string | to_string (const char *undef="-") const |
| | Format to a string.
|
| |
|
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*.
|
| |
|
std::string | to_string (const char *undef="-") const |
| | Format to a string.
|
| |
|
| int | id = MISSING_INT |
| | Database ID of the station.
|
| |
|
Report | report |
| | Report name for this station.
|
| |
|
Coords | coords |
| | Station coordinates.
|
| |
|
Ident | ident |
| | Mobile station identifier.
|
| |
◆ print()
| int dballe::DBStation::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 |
◆ id
| int dballe::DBStation::id = MISSING_INT |
Database ID of the station.
It will be filled when the Station is inserted on the database.
The documentation for this struct was generated from the following file: