AirRAC Logo  1.00.12
C++ Simulated Revenue Accounting (RAC) System Library
Loading...
Searching...
No Matches
AIRRAC Namespace Reference

Namespaces

namespace  YieldParserHelper

Classes

class  AirlineNotFoundException
class  AirportPairNotFoundException
class  AIRRAC_Service
 Interface for the AIRRAC Services. More...
class  AIRRAC_ServiceContext
 Inner class holding the context for the AIRRAC Service object. More...
class  FacAirracServiceContext
 Factory for the service context. More...
class  FeaturesNotFoundException
class  FlightDateNotFoundException
class  FlightTimeNotFoundException
class  PosOrChannelNotFoundException
class  QuotingException
class  YieldFileParser
class  YieldFileParsingFailedException
class  YieldFilePath
class  YieldInputFileNotFoundException
class  YieldManager
 Command wrapping the travel request process. More...
class  YieldParser
 Class wrapping the parser entry point. More...
class  YieldRuleGenerator
struct  YieldRuleStruct
 Utility Structure for the parsing of Flight-Date structures. More...

Typedefs

typedef boost::shared_ptr< AIRRAC_ServiceAIRRAC_ServicePtr_T
typedef unsigned int YieldID_T

Variables

const std::string DEFAULT_AIRLINE_CODE = "BA"

Typedef Documentation

◆ AIRRAC_ServicePtr_T

typedef boost::shared_ptr<AIRRAC_Service> AIRRAC::AIRRAC_ServicePtr_T

Definition at line 96 of file AIRRAC_Types.hpp.

◆ YieldID_T

typedef unsigned int AIRRAC::YieldID_T

ID for the Yield Quote system.

Definition at line 102 of file AIRRAC_Types.hpp.

Variable Documentation

◆ DEFAULT_AIRLINE_CODE

const std::string AIRRAC::DEFAULT_AIRLINE_CODE = "BA"

Default airline name for the AIRRAC_Service.

Definition at line 10 of file BasConst.cpp.