This is the complete list of members for NumberInterface< T, X >, including all inherited members.
_interface | ErrorInterface | privatestatic |
_staticInterface | ErrorInterface | privatestatic |
Alloc(MAXON_SOURCE_LOCATION_DECLARATION, const ErrorInterface &src) | ErrorInterface | privatestatic |
Alloc(MAXON_SOURCE_LOCATION_DECLARATION) | ErrorInterface | privatestatic |
maxon::ObjectInterface::Alloc(MAXON_SOURCE_LOCATION_DECLARATION, const ObjectInterface &src) | ObjectInterface | privatestatic |
BaseInterface typedef | ObjectInterface | private |
Clone() const | ObjectInterface | private |
Clone() const | ObjectInterface | private |
Compare(const maxon::ObjectInterface *other) const | ObjectInterface | private |
ConstPtr typedef | ErrorInterface | private |
CopyFrom(const ObjectInterface *src) | ObjectInterface | private |
Create(T a, typename IntType< X >::type number) | NumberInterface< T, X > | static |
DestructInstance(ObjectInterface *o) | ObjectInterface | privatestatic |
ErrorInterface() | ErrorInterface | private |
ErrorInterface(const ErrorInterface &) | ErrorInterface | private |
Get1() const | NumberInterface< T, X > | |
GetCause() const | ErrorInterface | private |
GetClass() const | ObjectInterface | private |
GetClassInfo() const | ObjectInterface | private |
GetComponentInfoOfSuper(const REF *sptr, OverloadRank0) const MAXON_IF_TARGET_DEBUG( | ObjectInterface | private |
GetComponentInfoOfSuper(const REF *sptr, OverloadRank1) const | ObjectInterface | private |
GetHashCode() const | ObjectInterface | private |
GetHashCodeImpl() const | ObjectInterface | private |
GetInfoOffset() | ErrorInterface | privatestatic |
GetInterfaceId() | ErrorInterface | privatestatic |
GetLocation() const | ErrorInterface | private |
GetMachine(MachineRef &machine) const | ErrorInterface | private |
GetMessage() const | ErrorInterface | private |
GetPtr() | ErrorInterface | private |
GetPtr() const | ErrorInterface | private |
GetStackTrace() const | ErrorInterface | private |
HasSameClass(const ObjectInterface *obj) const | ObjectInterface | private |
InitObject() | ObjectInterface | private |
Interface typedef | ErrorInterface | private |
INTERFACE_FLAGS | ObjectInterface | privatestatic |
IsAllocType typedef | ErrorInterface | private |
IsEqual(const maxon::ObjectInterface *other) const | ObjectInterface | private |
IsInstanceOf() const | ObjectInterface | private |
IsInstanceOf(const DataType &type) const | ObjectInterface | private |
MAXON_ADD_TO_CONST_REFERENCE_CLASS(RefMemberType< S > DbgStop() { DebugOutput(OUTPUT::DIAGNOSTIC, static_cast< const typename S::ReferenceClass * >(this) ->ToString(nullptr));DebugStop();return this->PrivateGetRefMember();} RefMemberType< S > CritStop() { CriticalOutput(static_cast< const typename S::ReferenceClass * >(this) ->ToString(nullptr));return this->PrivateGetRefMember();} RefMemberType< S > DiagOutput() { DiagnosticOutput(static_cast< const typename S::ReferenceClass * >(this) ->ToString(nullptr));return this->PrivateGetRefMember();}) | ErrorInterface | private |
maxon::ObjectInterface::MAXON_ADD_TO_CONST_REFERENCE_CLASS(Bool operator==(std::nullptr_t) const { return RefCompare< MAXON_IS_COW_KIND(S::Handler::KIND), true >::template IsEqual< const ObjectInterface *, const ObjectInterface * >(this->GetPointer(), nullptr);}) | ObjectInterface | private |
maxon::ObjectInterface::MAXON_ADD_TO_CONST_REFERENCE_CLASS(Bool operator!=(std::nullptr_t) const { return !RefCompare< MAXON_IS_COW_KIND(S::Handler::KIND), true >::template IsEqual< const ObjectInterface *, const ObjectInterface * >(this->GetPointer(), nullptr);}) | ObjectInterface | private |
maxon::ObjectInterface::MAXON_ADD_TO_CONST_REFERENCE_CLASS(template< typename T > Bool operator==(T *ref) const { return RefCompare< MAXON_IS_COW_KIND(S::Handler::KIND), true >::template IsEqual< const ObjectInterface *, const ObjectInterface * >(this->GetPointer(), ref);}) | ObjectInterface | private |
maxon::ObjectInterface::MAXON_ADD_TO_CONST_REFERENCE_CLASS(template< typename T > Bool operator!=(T *ref) const { return !RefCompare< MAXON_IS_COW_KIND(S::Handler::KIND), true >::template IsEqual< const ObjectInterface *, const ObjectInterface * >(this->GetPointer(), ref);}) | ObjectInterface | private |
MAXON_ADD_TO_COPY_ON_WRITE_REFERENCE_CLASS(protected:void Create(MAXON_SOURCE_LOCATION_DECLARATION) { *static_cast< typename S::DirectlyReferencedType::Hxx1::ReferenceClass * >(this)=S::DirectlyReferencedType::Hxx1::ErrObj::GetInstance()();typename S::DirectlyReferencedType::Ptr e=this->MakeWritable(false).GetPointer();e.SetLocation(MAXON_SOURCE_LOCATION_FORWARD);} void Create(MAXON_SOURCE_LOCATION_DECLARATION, const String &msg) { *static_cast< typename S::DirectlyReferencedType::Hxx1::ReferenceClass * >(this)=S::DirectlyReferencedType::Hxx1::ErrObj::GetInstance()();typename S::DirectlyReferencedType::Ptr e=this->MakeWritable(false).GetPointer();e.SetLocation(MAXON_SOURCE_LOCATION_FORWARD);e.SetMessage(msg);} void Create(MAXON_SOURCE_LOCATION_DECLARATION, const String &msg, const Error &cause) { *static_cast< typename S::DirectlyReferencedType::Hxx1::ReferenceClass * >(this)=S::DirectlyReferencedType::Hxx1::ErrObj::GetInstance()();typename S::DirectlyReferencedType::Ptr e=this->MakeWritable(false).GetPointer();e.SetLocation(MAXON_SOURCE_LOCATION_FORWARD);e.SetMessage(msg);e.SetCause(cause);}) | ErrorInterface | private |
MAXON_ENUM_LIST_CLASS | ObjectInterface | private |
MAXON_GENERIC((SpecialOut) typename K=GenericRef< NumberInterface >) | NumberInterface< T, X > | private |
MAXON_INTERFACE(NumberInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.number") | NumberInterface< T, X > | private |
MAXON_INTERFACE_SINGLE_IMPLEMENTATION | NumberInterface< T, X > | private |
NullValuePtr() | ObjectInterface | privatestatic |
ObjectInterface() | ObjectInterface | private |
ObjectInterface(const ObjectInterface &) | ObjectInterface | private |
ObjectInterface(const ClassInfo *tbl) | ObjectInterface | explicitprivate |
operator=(const ErrorInterface &) | ErrorInterface | private |
PrivateCheckClass() | ErrorInterface | private |
PrivateGetCode() const | ErrorInterface | private |
PrivateGetPreallocation() const | ErrorInterface | private |
PrivateInstantiateNullValueHelper() | ErrorInterface | privatestatic |
PrivateIsInstanceOf(const DataType &type) const | ObjectInterface | private |
PrivateSetCode(Int code) | ErrorInterface | private |
PrivateSetDebugError(const Error &cause) const | ErrorInterface | private |
PrivateSetPreallocation(ThreadReferencedError preallocation) const | ErrorInterface | private |
Ptr typedef | ErrorInterface | private |
REFERENCE_KIND | ErrorInterface | privatestatic |
RemoveReference() const | ObjectInterface | private |
Set(typename IntType< X >::type number, const T &v) | NumberInterface< T, X > | |
SetCause(const Error &cause) | ErrorInterface | private |
SetLocation(MAXON_SOURCE_LOCATION_DECLARATION) | ErrorInterface | private |
SetMachine(const MachineRef &machine) | ErrorInterface | private |
SetMessage(const String &message) | ErrorInterface | private |
SetStackTrace(const Block< void *const > &trace) | ErrorInterface | private |
SetStackTrace(Int skip=STACKTRACE_SKIP) | ErrorInterface | private |
ToString(const FormatStatement *formatStatement) const | ObjectInterface | private |
~ ErrorInterface() | ErrorInterface | private |
~ ObjectInterface() | ObjectInterface | private |