#include <SMP.Classes.REPO_GC_QUANTITY_LIMITS.h>
Public Member Functions | |
REPO_GC_QUANTITY_LIMITS () | |
virtual | ~REPO_GC_QUANTITY_LIMITS () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual REPO_GC_QUANTITY_LIMITS * | clone () const |
virtual REPO_GC_QUANTITY_LIMITS * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | tableId |
std::string | description |
std::vector< REPO_GC_QUANTITY_LIMITS_ROW > | allocationLimits |
Static Public Attributes | |
static const size_t | allocationLimitsSize = 30 |
Definition at line 44 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
|
inline |
Definition at line 47 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 80 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
|
virtual |
Provides string presentation.
Implements Class.
std::vector<REPO_GC_QUANTITY_LIMITS_ROW> allocationLimits |
Definition at line 70 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
|
static |
Allocation threshold limits.
Definition at line 69 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
std::string description |
Description of the table.
Definition at line 66 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.
UInt32 tableId |
Unique ID of the table.
Definition at line 63 of file SMP.Classes.REPO_GC_QUANTITY_LIMITS.h.