|
Jamba C++ API 8.0.0
|
| Npongasoft | |
| Nstl | |
| Nimpl | |
| RTransformer | |
| NUtils | |
| NCollection | |
| RFoldOp | Defines the FoldOp concept which is a binary operation that takes two arguments of type U and T and returns a value of type U |
| RFoldOpWithIndex | Similar to the FoldOp concept but with an additional index argument |
| RConvertibleTo | Allows to detect (at compilation time) whether the call static_cast<To>(from) (where from is of type From) will compile |
| RDynamicCastablePointer | |
| RElementModifier | Concept for updating an element. We do not explicitly restrict the return type which is unused |
| RElementPredicate | Concept for updating an element |
| RHasNotEqual | Allows to detect whether a type defines operator!= at compile time |
| RHasStaticMapValue | Concept for a static mapValue function |
| RIntegralOrEnum | Concept that encapsulates both an integer and an enum (underlying type is an integral) |
| ROstreamWritable | Allows to detect whether a type defines ostream << x at compile time |
| RStringOutputIterator | A concept to check if T is an output iterator that accepts std::string |
| RUnaryFunction | Matches a callable used for read-only operations |
| RUnaryModifier | Matches a callable used for modification |
| RUnaryTransformer | Matches any callable (lambda, function object, etc.) that can be invoked with a T const& (or T) and return a value convertible to T |
| NVST | |
| NGUI | |
| NViews | |
| Nimpl | |
| RHasCreator | Checks that T has a nested Creator class and that it can be default constructed |
| RGUIStateSubclass | Concept for a subclass of GUIState |
| RIsDerivedFromIParamConverter | |
| RIsDerivedFromIParamSerializer | |
| RIsIParamConverter | Defines the concept that matches IParamConverter |
| RIsIParamSerializer | Defines the concept that matches IParamSerializer |
| RParametersSubclass | Concept for a subclass of Parameters |
| NVSTGUI | |
| RCViewSubclass | Concept for a subclass of CView |