System::TypeInfo::BoxedValue< T > Struct Template Reference

TypeInfo structure for BoxedValue class. More...

Inherits System::TypeInfoPtr.

Public Member Functions

 BoxedValue ()
 Fills appropriate type name. More...
 
- Public Member Functions inherited from System::TypeInfoPtr
 operator TypeInfo * ()
 Returns a raw pointer to the represented TypeInfo object. More...
 
 TypeInfoPtr ()=default
 Default constructor. More...
 
ASPOSECPP_SHARED_API TypeInfoPtr (const std::type_info &info)
 
ASPOSECPP_SHARED_API TypeInfoPtr (const char_t *name, uint32_t hash)
 
ASPOSECPP_SHARED_API TypeInfoPtr (const char_t *name)
 
ASPOSECPP_SHARED_API TypeInfoPtr (const String &name)
 
ASPOSECPP_SHARED_API ~TypeInfoPtr ()
 Destructor. More...
 

Additional Inherited Members

- Public Attributes inherited from System::TypeInfoPtr
std::unique_ptr< TypeInfoptr
 Unique pointer to the TypeInfo object. More...
 

Detailed Description

template<class T>
struct System::TypeInfo::BoxedValue< T >

TypeInfo structure for BoxedValue class.

Constructor & Destructor Documentation

◆ BoxedValue()

template<class T >
System::TypeInfo::BoxedValue< T >::BoxedValue ( )
inline

Fills appropriate type name.