Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
AbstractFactory Namespace Reference

Classes

class  ConstantFactory
 A factory class template that always returns a constant, pre-defined value. More...
 
struct  Employee
 A data structure that represents an employee's data. More...
 
class  Factory
 A class template for abstract factories: objects that construct values based on their internal state, and a variable number of parameters. More...
 
class  PtreeEmployeeFactory
 An employee factory implementation that uses Boost property trees to construct employee instances. More...
 
class  StdinEmployeeFactory
 An employee factory implementation that uses standard input to construct employee instances. More...