|
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...
|
|