libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::MaxSpeedFeatureValue Class Reference

#include <MaxSpeedFeature.h>

+ Inheritance diagram for osmscout::MaxSpeedFeatureValue:

Public Member Functions

uint8_t GetMaxSpeed () const
 
 MaxSpeedFeatureValue ()=default
 
 MaxSpeedFeatureValue (uint8_t maxSpeed)
 
MaxSpeedFeatureValueoperator= (const FeatureValue &other) override
 
bool operator== (const FeatureValue &other) const override
 
void Read (FileScanner &scanner) override
 Read the value of the Feature from the FileScanner. More...
 
void SetMaxSpeed (uint8_t maxSpeed)
 
void Write (FileWriter &writer) override
 Write the FeatureValue to disk. More...
 
- Public Member Functions inherited from osmscout::FeatureValue
 FeatureValue ()=default
 
 FeatureValue (const FeatureValue &featureValue)=default
 
virtual std::string GetLabel (const Locale &, size_t) const
 
virtual bool IsFlagSet (size_t) const
 
virtual bool operator!= (const FeatureValue &other) const
 
virtual ~FeatureValue ()=default
 

Constructor & Destructor Documentation

◆ MaxSpeedFeatureValue() [1/2]

osmscout::MaxSpeedFeatureValue::MaxSpeedFeatureValue ( )
default

◆ MaxSpeedFeatureValue() [2/2]

osmscout::MaxSpeedFeatureValue::MaxSpeedFeatureValue ( uint8_t  maxSpeed)
inlineexplicit

Member Function Documentation

◆ GetMaxSpeed()

uint8_t osmscout::MaxSpeedFeatureValue::GetMaxSpeed ( ) const
inline

◆ operator=()

MaxSpeedFeatureValue & osmscout::MaxSpeedFeatureValue::operator= ( const FeatureValue other)
overridevirtual

Reimplemented from osmscout::FeatureValue.

◆ operator==()

bool osmscout::MaxSpeedFeatureValue::operator== ( const FeatureValue other) const
overridevirtual

◆ Read()

void osmscout::MaxSpeedFeatureValue::Read ( FileScanner scanner)
overridevirtual

Read the value of the Feature from the FileScanner.

Exceptions
IOException

Implements osmscout::FeatureValue.

References osmscout::FileScanner::ReadUInt8().

◆ SetMaxSpeed()

void osmscout::MaxSpeedFeatureValue::SetMaxSpeed ( uint8_t  maxSpeed)
inline

◆ Write()

void osmscout::MaxSpeedFeatureValue::Write ( FileWriter writer)
overridevirtual

Write the FeatureValue to disk.

Exceptions
IOException.

Implements osmscout::FeatureValue.

References osmscout::FileWriter::Write().


The documentation for this class was generated from the following files: