Data Structures |
| struct | pdf::empty |
| class | pdf::IFunctor< R, A1, A2, A3, A4, A5 > |
| class | pdf::Functor< T, R, A1, A2, A3, A4, A5 > |
| union | pdf::Functor< T, R, A1, A2, A3, A4, A5 >::FUNCTOR |
| class | pdf::ReceiversOperations< F > |
| class | pdf::Signal< R, A1, A2, A3, A4, A5 > |
| | Signal supporting five parameters. This is the primary class which provides the template for all partial specialized classes. More...
|
| class | pdf::Signal< R, UNUSABLE, UNUSABLE, UNUSABLE, UNUSABLE, UNUSABLE > |
| | Signal supporting none parameter. More...
|
| class | pdf::Signal< R, A1, UNUSABLE, UNUSABLE, UNUSABLE, UNUSABLE > |
| | Signal supporting one parameter. More...
|
| class | pdf::Signal< R, A1, A2, UNUSABLE, UNUSABLE, UNUSABLE > |
| | Signal supporting two parameters. More...
|
| class | pdf::Signal< R, A1, A2, A3, UNUSABLE, UNUSABLE > |
| | Signal supporting three parameters. More...
|
| class | pdf::Signal< R, A1, A2, A3, A4, UNUSABLE > |
| | Signal supporting four parameters. More...
|
Namespaces |
| namespace | pdf |
| | A simple observer implementation.
|
Typedefs |
| typedef empty * | pdf::UNUSABLE |