SimFQT Logo  1.00.4
C++ Simulated Fare Quote System Library
SIMFQT Namespace Reference

Namespaces

 FareParserHelper
 

Classes

class  AirlineNotFoundException
 
class  AirportPairNotFoundException
 
class  FacSimfqtServiceContext
 Factory for the service context. More...
 
class  FareFileParsingFailedException
 
class  FareFilePath
 
class  FareInputFileNotFoundException
 
class  FareParser
 
class  FareQuoter
 Command wrapping the pricing request process. More...
 
class  FareRuleFileParser
 
class  FareRuleGenerator
 
struct  FareRuleStruct
 
class  FeaturesNotFoundException
 
class  FlightDateNotFoundException
 
class  FlightTimeNotFoundException
 
class  PosOrChannelNotFoundException
 
class  QuotingException
 
class  SIMFQT_Service
 Interface for the SIMFQT Services. More...
 
class  SIMFQT_ServiceContext
 Class holding the context of the SimFQT services. More...
 

Typedefs

typedef unsigned int FareQuoteID_T
 
typedef boost::shared_ptr< SIMFQT_ServiceSIMFQT_ServicePtr_T
 

Variables

const std::string DEFAULT_FARE_QUOTER_ID = "IATA"
 

Typedef Documentation

◆ FareQuoteID_T

typedef unsigned int SIMFQT::FareQuoteID_T

ID for the Fare Quote system.

Definition at line 143 of file SIMFQT_Types.hpp.

◆ SIMFQT_ServicePtr_T

typedef boost::shared_ptr<SIMFQT_Service> SIMFQT::SIMFQT_ServicePtr_T

(Smart) Pointer on the SimFQT service handler.

Definition at line 148 of file SIMFQT_Types.hpp.

Variable Documentation

◆ DEFAULT_FARE_QUOTER_ID

const std::string SIMFQT::DEFAULT_FARE_QUOTER_ID = "IATA"

Default ID for the SIMFQT_Service.

Definition at line 10 of file BasConst.cpp.