Aspect.hpp File Reference

An aspect is a hook for augmenting the behavior of a class at compile time. More...

Go to the source code of this file.

Namespaces

namespace  aspect

Classes

class  aspect::Null_Aspect_0< Owner >
 Base Null_Aspect class for class that would otherwise be ordinary classes (no template). More...
class  aspect::Null_Aspect_1< T, Owner >
 Base Null_Aspect class for class that would otherwise have a single template parameter. More...
class  aspect::Null_Aspect_2< T1, T2, Owner >
 Base Null_Aspect class for class that would otherwise have two template parameters. More...
class  aspect::Null_Aspect_Base< Owner >
class  aspect::Aspect_Has_Access_To_Owner< Owner >
 Base class for aspects that require access to their owner. More...
class  aspect::Aspect_Has_Const_Access_To_Owner< Owner >
 Base class for aspects that require read access to their owner, but not write access. More...


Detailed Description

An aspect is a hook for augmenting the behavior of a class at compile time.


Generated on Thu Mar 6 18:25:08 2008 for Gnash by  doxygen 1.5.4