|
struct | FAny |
| A simplistic but type-safe and RAII compliant storage for anything. Enclosed data is owned by this type. More...
|
|
struct | TAnyTypeFacilities |
| Give the opportunity to customize object lifespan operations for FAny by either specializing this template or just providing functors in-place. More...
|
|
class | TInherit |
| Inherit via this template to allow other API to reflect upon the base types of deriving class. Base types are inherited as public. If you want privately inherited base classes, just inherit them as normal. More...
|
|
struct | TTypes |
| This template is used in IComponent|FAny::With(TAlias<...>) so it can have deduced this type and explicit variadic template arguments when specifying multiple aliases. More...
|
|