BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | Public Attributes | List of all members
bdm::VectorTypeWrapper< T > Class Template Reference

#include <io.h>

Public Member Functions

 VectorTypeWrapper ()=default
 
 ClassDefNV (VectorTypeWrapper, 1)
 

Public Attributes

std::vector< T > vector_
 

Detailed Description

template<typename T>
class bdm::VectorTypeWrapper< T >

ROOT cannot write array of pointers. Therefore, this wrapper is needed. See for example InlineVector for its usage

Definition at line 78 of file io.h.

Constructor & Destructor Documentation

◆ VectorTypeWrapper()

template<typename T >
bdm::VectorTypeWrapper< T >::VectorTypeWrapper ( )
default

Member Function Documentation

◆ ClassDefNV()

template<typename T >
bdm::VectorTypeWrapper< T >::ClassDefNV ( VectorTypeWrapper< T >  ,
 
)

Member Data Documentation

◆ vector_

template<typename T >
std::vector<T> bdm::VectorTypeWrapper< T >::vector_

Definition at line 82 of file io.h.


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