CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Friends | List of all members
CNORXZ::MemCount Class Reference

#include <memcount.h>

Public Member Functions

 MemCount ()=delete
 

Static Public Member Functions

static SizeT usage ()
 

Friends

template<typename T >
class Allocator
 

Detailed Description


Static class to track memory usage by cnorxz types The usage variable can be changed only be an Allocator instance

See also
Allocator

Definition at line 25 of file memcount.h.

Constructor & Destructor Documentation

◆ MemCount()

CNORXZ::MemCount::MemCount ( )
delete

no instance construction (static)

Member Function Documentation

◆ usage()

SizeT CNORXZ::MemCount::usage ( )
static

return current memory usage (bytes)

Definition at line 28 of file memcount.cc.

Friends And Related Symbol Documentation

◆ Allocator

template<typename T >
friend class Allocator
friend

Definition at line 48 of file memcount.h.


The documentation for this class was generated from the following files: