Classes | |
class | ads::GeneratorConstant< _Result > |
Generator that returns a constant. More... | |
class | ads::GeneratorConstant< void > |
Generator that returns void. More... | |
class | ads::UnaryConstant< _Argument, _Result > |
Unary functor that returns a constant. More... | |
class | ads::BinaryConstant< _FirstArgument, _SecondArgument, _Result > |
Binary functor that returns a constant. More... | |
Functions | |
GeneratorConstant< _Result > | ads::GeneratorConstant::constructGeneratorConstant (const _Result &x) |
Convenience function for constructing a GeneratorConstant . | |
GeneratorConstant< _Result > | ads::GeneratorConstant::constructGeneratorConstant () |
Convenience function for constructing a GeneratorConstant . | |
UnaryConstant< _Argument, _Result > | ads::UnaryConstant::constructUnaryConstant (const _Result &x) |
Convenience function for constructing a UnaryConstant . | |
UnaryConstant< _Argument, _Result > | ads::UnaryConstant::constructUnaryConstant () |
Convenience function for constructing a UnaryConstant . | |
BinaryConstant< _FirstArgument, _SecondArgument, _Result > | ads::BinaryConstant::constructBinaryConstant (const _Result &x) |
Convenience function for constructing a BinaryConstant . | |
BinaryConstant< _FirstArgument, _SecondArgument, _Result > | ads::BinaryConstant::constructBinaryConstant () |
Convenience function for constructing a BinaryConstant . |
BinaryConstant< _FirstArgument, _SecondArgument, _Result > constructBinaryConstant | ( | ) | [related, inherited] |
Convenience function for constructing a BinaryConstant
.
The constant value is default initialized.
BinaryConstant< _FirstArgument, _SecondArgument, _Result > constructBinaryConstant | ( | const _Result & | x | ) | [related, inherited] |
Convenience function for constructing a BinaryConstant
.
The constant value is specified.
GeneratorConstant< _Result > constructGeneratorConstant | ( | ) | [related, inherited] |
Convenience function for constructing a GeneratorConstant
.
The constant value is default initialized.
GeneratorConstant< _Result > constructGeneratorConstant | ( | const _Result & | x | ) | [related, inherited] |
Convenience function for constructing a GeneratorConstant
.
The constant value is specified.
UnaryConstant< _Argument, _Result > constructUnaryConstant | ( | ) | [related, inherited] |
Convenience function for constructing a UnaryConstant
.
The constant value is default initialized.
UnaryConstant< _Argument, _Result > constructUnaryConstant | ( | const _Result & | x | ) | [related, inherited] |
Convenience function for constructing a UnaryConstant
.
The constant value is specified.