ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
ListDataStockBase::visitor_get_array_allocate Class Reference

#include <ListDataStock.h>

Inheritance diagram for ListDataStockBase::visitor_get_array_allocate:
Inheritance graph
[legend]
Collaboration diagram for ListDataStockBase::visitor_get_array_allocate:
Collaboration graph
[legend]

Public Member Functions

 visitor_get_array_allocate ()
 
 visitor_get_array_allocate (int new_size)
 
template<typename T >
void operator() (T **array) const
 
template<typename T >
void operator() (T ***array) const
 

Data Fields

unsigned int size
 

Detailed Description

Definition at line 454 of file ListDataStock.h.

Constructor & Destructor Documentation

ListDataStockBase::visitor_get_array_allocate::visitor_get_array_allocate ( )
inline

Definition at line 459 of file ListDataStock.h.

ListDataStockBase::visitor_get_array_allocate::visitor_get_array_allocate ( int  new_size)
inline

Definition at line 460 of file ListDataStock.h.

Member Function Documentation

template<typename T >
void ListDataStockBase::visitor_get_array_allocate::operator() ( T **  array) const
inline

Definition at line 463 of file ListDataStock.h.

References size.

template<typename T >
void ListDataStockBase::visitor_get_array_allocate::operator() ( T ***  array) const
inline

Definition at line 470 of file ListDataStock.h.

References size.

Field Documentation

unsigned int ListDataStockBase::visitor_get_array_allocate::size

Definition at line 475 of file ListDataStock.h.

Referenced by operator()().


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