1#ifndef __STDAIR_BOM_POSCHANNEL_HPP
2#define __STDAIR_BOM_POSCHANNEL_HPP
20 template <
typename BOM>
friend class FacBom;
59 return _key.toString();
96 return _key.getChannel();
Handle on the StdAir library context.
std::string ChannelLabel_T
std::map< const std::type_info *, BomAbstract * > HolderMap_T
LocationCode_T CityCode_T
Class representing the actual attributes for a fare point of sale.
PosChannel(const Key_T &)
const std::string describeKey() const
std::string toString() const
void fromStream(std::istream &ioIn)
const Key_T & getKey() const
const ChannelLabel_T & getChannel() const
const CityCode_T & getPos() const
friend class FacBomManager
void toStream(std::ostream &ioOut) const
const stdair::HolderMap_T & getHolderMap() const
BomAbstract *const getParent() const
Key of point of sale and channel.