Class AstNodeMemoryPoolStatistics::ElementType#
Defined in File AstStatistics.h
Nested Relationships#
This class is a nested type of Class AstNodeMemoryPoolStatistics.
Class Documentation#
-
class ElementType
Public Functions
-
ElementType(std::string name, int count, int memoryRequirement)
-
bool operator<(const ElementType &x)
Public Members
-
std::string name
-
int count
-
int memoryRequirement
-
ElementType(std::string name, int count, int memoryRequirement)