SimFQT Logo  1.00.0
C++ Simulated Fare Quote System Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
SIMFQT Namespace Reference

Namespaces

namespace  FareParserHelper

Classes

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

Typedefs

typedef unsigned int FareQuoteID_T
typedef boost::shared_ptr
< SIMFQT_Service
SIMFQT_ServicePtr_T

Variables

const std::string DEFAULT_FARE_QUOTER_ID = "IATA"

Typedef Documentation

typedef unsigned int SIMFQT::FareQuoteID_T

ID for the Fare Quote system.

Definition at line 143 of file SIMFQT_Types.hpp.

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

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

Default ID for the SIMFQT_Service.

Definition at line 10 of file BasConst.cpp.