votca 2024-dev
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
votca::tools::DataCollection< T >::array Class Reference

The array class, extends vector by a name tag. More...

#include <datacollection.h>

Inheritance diagram for votca::tools::DataCollection< T >::array:
Inheritance graph
[legend]
Collaboration diagram for votca::tools::DataCollection< T >::array:
Collaboration graph
[legend]

Public Member Functions

 array (std::string name)
 
const std::string & getName () const
 

Private Attributes

std::string name_
 

Detailed Description

template<typename T>
class votca::tools::DataCollection< T >::array

The array class, extends vector by a name tag.

Definition at line 48 of file datacollection.h.

Constructor & Destructor Documentation

◆ array()

template<typename T >
votca::tools::DataCollection< T >::array::array ( std::string  name)
inline

Definition at line 50 of file datacollection.h.

Member Function Documentation

◆ getName()

template<typename T >
const std::string & votca::tools::DataCollection< T >::array::getName ( ) const
inline

Definition at line 51 of file datacollection.h.

Member Data Documentation

◆ name_

template<typename T >
std::string votca::tools::DataCollection< T >::array::name_
private

Definition at line 54 of file datacollection.h.


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