Simpatico  v1.10
List of all members | Public Member Functions
Tools::GroupStorage< N > Class Template Reference

Detailed Description

template<int N>
class Tools::GroupStorage< N >

A container for Group<N> objects.

Definition at line 20 of file tools/analyzers/TrajectoryWriter.h.

#include <GroupStorage.h>

Inheritance diagram for Tools::GroupStorage< N >:
Util::DSArray< Group< N > >

Public Member Functions

 ~GroupStorage ()
 Destructor. More...
 
Group< N > * newPtr ()
 Append a new element to container and return its address. More...
 

Constructor & Destructor Documentation

template<int N>
Tools::GroupStorage< N >::~GroupStorage ( )

Destructor.

Definition at line 74 of file tools/storage/GroupStorage.h.

Member Function Documentation

template<int N>
Group< N > * Tools::GroupStorage< N >::newPtr ( )

Append a new element to container and return its address.

Returns
pointer to location of new Group

Definition at line 64 of file tools/storage/GroupStorage.h.

Referenced by Tools::DdMdConfigReader::DdMdConfigReader(), and Tools::HoomdConfigReader::readConfig().


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