This is the complete list of members for Box, including all inherited members.
| ArrayElementSize() const | Box | inline |
| Box() noexcept | Box | inline |
| Box(const Box &) noexcept=default | Box | |
| Box(Box &&) noexcept=default | Box | |
| Box(const TBoxable &src) noexcept | Box | inline |
| Call(TArgs &&... args) conststd::declval< typename TFDecl::Signature >()(std::declval< Box & >(), std::declval< TArgs >()...)) | Box | inline |
| Call(TArgs &&... args) std::declval< typename TFDecl::Signature >()(std::declval< Box & >(), std::declval< TArgs >()...)) | Box | inline |
| CallDirect(typename TFDecl::Signature function, TArgs &&... args) conststd::declval< typename TFDecl::Signature >()(std::declval< Box & >(), std::declval< TArgs >()...)) | Box | inline |
| CallDirect(typename TFDecl::Signature function, TArgs &&... args) std::declval< typename TFDecl::Signature >()(std::declval< Box & >(), std::declval< TArgs >()...)) | Box | inline |
| Clone(monomem::MonoAllocator &memory) | Box | |
| data | Box | protected |
| Data() const | Box | inline |
| Data() | Box | inline |
| DbgGetVTable() const | Box | inline |
| ElementTypeID() const | Box | inline |
| GetFunction(Reach searchScope, bool isInvocation=false) const | Box | inline |
| GetPlaceholderUsageLength() const | Box | inline |
| getVTable() | Box | inlineprotectedstatic |
| Hashcode() const | Box | |
| IsArray() const | Box | inline |
| IsArrayOf() const | Box | inline |
| IsCharacter() const | Box | inline |
| IsEnum() const | Box | inline |
| IsFloatingPoint() const | Box | |
| IsNotNull() const | Box | |
| IsNull() const | Box | inline |
| IsPointer() const | Box | inline |
| IsSameType(const Box &other) const | Box | inline |
| IsSignedIntegral() const | Box | inline |
| IsType() const | Box | inline |
| IsUnsignedIntegral() const | Box | inline |
| operator bool() const | Box | explicit |
| operator!=(const Box &rhs) const | Box | inline |
| operator<(Box const &rhs) const | Box | |
| operator<=(Box const &rhs) const | Box | |
| operator=(const Box &) noexcept=default | Box | |
| operator=(Box &&) noexcept=default | Box | |
| operator==(Box const &rhs) const | Box | |
| operator>(Box const &rhs) const | Box | |
| operator>=(Box const &rhs) const | Box | inline |
| TypeID() const | Box | inline |
| Unbox() const | Box | inline |
| UnboxArray() const | Box | inline |
| UnboxCharacter() const | Box | inline |
| UnboxElement(integer idx) const | Box | inline |
| UnboxFloatingPoint() const | Box | |
| UnboxLength() const | Box | inline |
| UnboxMutable() const | Box | inline |
| UnboxSignedIntegral() const | Box | inline |
| UnboxUnsignedIntegral() const | Box | inline |
| vtable | Box | protected |
| ~Box() noexcept=default | Box |