Go to the source code of this file.
Classes | |
class | ExtendedInstructionDef |
Describes an extended instruction. More... | |
class | FunctorExtendedInstructionDef< T > |
Definition of an extended instruction based upon a functor. More... | |
class | ExtendedInstruction |
Base class for all extended instructions. More... | |
class | ExtendedInstruction0 |
Extended instruction which takes 0 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction0Context |
Extended instruction which takes 0 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction1< T0 > |
Extended instruction which takes 1 parameter and is implemented using a functor. More... | |
class | ExtendedInstruction1Context< T0 > |
Extended instruction which takes 1 parameter and is implemented using a functor. More... | |
class | ExtendedInstruction2< T0, T1 > |
Extended instruction which takes 2 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction2Context< T0, T1 > |
Extended instruction which takes 2 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction3< T0, T1, T2 > |
Extended instruction which takes 3 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction3Context< T0, T1, T2 > |
Extended instruction which takes 3 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction4< T0, T1, T2, T3 > |
Extended instruction which takes 4 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction4Context< T0, T1, T2, T3 > |
Extended instruction which takes 4 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction5< T0, T1, T2, T3, T4 > |
Extended instruction which takes 5 parameters and is implemented using a functor. More... | |
class | ExtendedInstruction5Context< T0, T1, T2, T3, T4 > |
Extended instruction which takes 5 parameters and is implemented using a functor. More... |