Buffer Size
A variable to contain the size of the memory buffer and a method to access it.
Private:
m_size (unsigned int)
A variable containing the size (in bytes) of the data associated with the buffer
Public:
Size_Get
A method that returns the size of the associated data.