XT-neighbor
Public Member Functions | Public Attributes | List of all members
Chunk< T > Class Template Reference

Chunk represents a unit of data read by the stream. More...

Public Member Functions

bool not_null ()
 

Public Attributes

T * ptr = NULL
 
int len = 0
 

Detailed Description

template<typename T>
class Chunk< T >

Chunk represents a unit of data read by the stream.

Member Function Documentation

◆ not_null()

template<typename T >
bool Chunk< T >::not_null ( )
inline

Member Data Documentation

◆ len

template<typename T >
int Chunk< T >::len = 0

◆ ptr

template<typename T >
T* Chunk< T >::ptr = NULL

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