libdballe  6.8
Public Member Functions | Data Fields
dballe::memdb::LevTr Struct Reference

Station information. More...

#include <levtr.h>

Public Member Functions

 LevTr (const Level &level, const Trange &trange)
 
bool operator< (const LevTr &o) const
 
bool operator> (const LevTr &o) const
 
bool operator== (const LevTr &o) const
 
bool operator!= (const LevTr &o) const
 
int compare (const LevTr &o) const
 Compare two LevTr strutures, for use in sorting. More...
 

Data Fields

Level level
 
Trange trange
 

Detailed Description

Station information.

Member Function Documentation

int dballe::memdb::LevTr::compare ( const LevTr o) const
inline

Compare two LevTr strutures, for use in sorting.

Returns
-1 if *this < l, 0 if *this == l, 1 if *this > l

References dballe::Level::compare(), and dballe::Trange::compare().


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