ResultOffsetHelper Member List
This is the complete list of members for ResultOffsetHelper , including all inherited members.
GetError () const | Result< Generic * > | |
GetError () const | Result< Generic * > | |
InitError (const Error &error) | Result< Generic * > | private |
InitError (Error &&error) | Result< Generic * > | private |
operator= (typename std::conditional< STD_IS_REPLACEMENT(reference, Generic *), Generic *, const DummyParamType & >::type)=delete | Result< Generic * > | |
operator== (ERROR_OK ok) const | Result< Generic * > | |
operator== (ERROR_FAILED failed) const | Result< Generic * > | |
Result () | Result< Generic * > | |
Result (ErrorPtr &error) | Result< Generic * > | |
Result (ErrorPtr &&error) | Result< Generic * > | |
Result (const ErrorPtr &error) | Result< Generic * > | |
Result (const ThreadReferencedError &error) | Result< Generic * > | |
Result (typename std::conditional< STD_IS_REPLACEMENT(void, Generic *), ResultMem, const volatile DummyParamType & >::type value) | Result< Generic * > | |
Result (const ResultOk< T2 > &value) | Result< Generic * > | |
Result (ResultOk< T2 > &&value) | Result< Generic * > | |
Result (typename std::conditional< STD_IS_REPLACEMENT(void, Generic *), ResultOk< Generic * >, DummyParamType && >::type value) | Result< Generic * > | |
Result (const ResultMemT< T2 > &value, typename std::enable_if< STD_IS_REPLACEMENT(void, typename SFINAEHelper< Generic *, T2 >::type), DummyParamType * >::type=(DummyParamType *) nullptr) | Result< Generic * > | |
Result (const ResultMemT< T2 > &value) | Result< Generic * > | |
Result (ResultMemT< T2 > &&value) | Result< Generic * > | |
Result (const ResultRef< T2 > &value, typename std::enable_if< STD_IS_REPLACEMENT(void, typename SFINAEHelper< Generic *, T2 >::type), DummyParamType * >::type=(DummyParamType *) nullptr) | Result< Generic * > | |
Result (const ResultRef< T2 > &value) | Result< Generic * > | |
Result (typename std::conditional< STD_IS_REPLACEMENT(void, Generic *), ERROR_OK, volatile DummyParamType & >::type) | Result< Generic * > | |
Result (typename std::conditional< T_IS_ERROR, const DummyParamType &, CopyType >::type value) | Result< Generic * > | |
Result (typename std::conditional< T_IS_ERROR, DummyParamType &, MoveType >::type value) | Result< Generic * > | |
Result (typename std::conditional< T_IS_ERROR, const DummyParamType &&, DeleteType >::type value)=delete | Result< Generic * > | |
Result (T2 &&value) | Result< Generic * > | |
Result (const Result< T2 > &src, typename std::enable_if< STD_IS_REPLACEMENT(void, typename SFINAEHelper< Generic *, T2 >::type), DummyParamType * >::type=(DummyParamType *) nullptr) | Result< Generic * > | |
Result (const Result< T2 > &src) | Result< Generic * > | |
Result (Result< T2 > &&src) | Result< Generic * > | |
Result (E &&error, typename std::enable_if<!T_IS_ERROR, typename std::enable_if< std::remove_reference< E >::type::DirectlyReferencedType::HasBase::template Check< ErrorInterface >::value &&MAXON_IS_COW_KIND(std::remove_reference< E >::type::Handler::KIND), DummyParamType * >::type >::type=(DummyParamType *) nullptr) | Result< Generic * > | |
Result (CopyType value, const Result< T2 > &result) | Result< Generic * > | |
Result (MoveType value, const Result< T2 > &result) | Result< Generic * > | |
Result (DeleteType value, const Result< T2 > &result)=delete | Result< Generic * > | |
Result (CopyType value, E &&error, typename std::enable_if< std::remove_reference< E >::type::DirectlyReferencedType::HasBase::template Check< ErrorInterface >::value &&MAXON_IS_COW_KIND(std::remove_reference< E >::type::Handler::KIND), DummyParamType * >::type=(DummyParamType *) nullptr) | Result< Generic * > | |
Result (MoveType value, E &&error, typename std::enable_if< std::remove_reference< E >::type::DirectlyReferencedType::HasBase::template Check< ErrorInterface >::value &&MAXON_IS_COW_KIND(std::remove_reference< E >::type::Handler::KIND), DummyParamType * >::type=(DummyParamType *) nullptr) | Result< Generic * > | |
Result (DeleteType value, E &&error, typename std::enable_if< std::remove_reference< E >::type::DirectlyReferencedType::HasBase::template Check< ErrorInterface >::value &&MAXON_IS_COW_KIND(std::remove_reference< E >::type::Handler::KIND), DummyParamType * >::type=(DummyParamType *) nullptr)=delete | Result< Generic * > | |
Result (typename std::conditional< STD_IS_REPLACEMENT(same, typename std::decay< Generic * >::type, Bool), volatile DummyParamType &&, Bool >::type)=delete | Result< Generic * > | explicit |
Super typedef | Result< Generic * > | |
T_IS_ERROR | Result< Generic * > | static |