OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
OPENTREP::BomType Struct Reference

#include <opentrep/bom/BomType.hpp>

Public Types

enum  EN_BomType {
  WORLD = 0 , PLACE , AIRLINE , COUNTRY ,
  DAY , MONTH , PASSENGER , LAST_VALUE
}
 

Static Public Member Functions

static const std::string & getLabel (const EN_BomType &)
 

Detailed Description

Enumeration of BOM types.

Definition at line 13 of file BomType.hpp.

Member Enumeration Documentation

◆ EN_BomType

Enumerator
WORLD 
PLACE 
AIRLINE 
COUNTRY 
DAY 
MONTH 
PASSENGER 
LAST_VALUE 

Definition at line 15 of file BomType.hpp.

Member Function Documentation

◆ getLabel()

const std::string & OPENTREP::BomType::getLabel ( const EN_BomType & iBomType)
static

Get the label (BOM type) as a string.

Definition at line 16 of file BomType.cpp.


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