|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
| struct | poly_placeable_interface |
| Pure virtual interface for the poly<placeable> modeling PlaceableConcept. More... | |
| struct | poly_placeable_instance< T > |
| Implementation of virtual interface for the poly<placeable> modeling PlaceableConcept. More... | |
| struct | placeable |
| Representative of PlaceableConcept so that placeable models PlaceableConcept when T does. More... | |
| struct | poly_placeable_twopass_interface |
| Pure virtual interface for poly<placeable_twopass> modeling PlaceableTwoPassConcept. More... | |
| struct | poly_placeable_twopass_instance< T > |
| Implementation of virtual interface for the poly<placeable_twopass> modeling PlaceableTwoPassConcept. More... | |
| struct | placeable_twopass |
Namespaces | |
| namespace | adobe |
Typedefs | |
| typedef poly< placeable > | poly_placeable_t |
| convenience typedef. | |
| typedef poly< placeable_twopass > | poly_placeable_twopass_t |
| convenience typedef. | |