libdballe  9.11
Public Member Functions | Public Attributes | List of all members
dballe::Station Struct Reference

Station information. More...

#include <types.h>

Inheritance diagram for dballe::Station:
dballe::DBStation dballe::db::v7::batch::Station

Public Member Functions

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="\) const
 Print the Station to a FILE*. More...
 
std::string to_string (const char *undef="-") const
 Format to a string.
 

Public Attributes

std::string report
 Report name for this station.
 
Coords coords
 Station coordinates.
 
Ident ident
 Mobile station identifier.
 

Detailed Description

Station information.

Member Function Documentation

◆ print()

int dballe::Station::print ( FILE *  out)

Print the Station to a FILE*.

Parameters
outThe output stream
endString to print after the Station

The documentation for this struct was generated from the following file: