SPHinXsys  alpha version
Public Member Functions | List of all members
MyMemoryPool< T > Class Template Reference

Note that the data package T should has a default constructor. More...

#include <my_memory_pool.h>

Public Member Functions

T * malloc ()
 
void free (T *ptr)
 
int capacity ()
 
int available_node ()
 

Detailed Description

template<class T>
class MyMemoryPool< T >

Note that the data package T should has a default constructor.


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