ATLAS Offline Software
Public Member Functions | Public Attributes | Private Attributes | List of all members
TTrainedNetworkCollection Class Reference

#include <TTrainedNetworkCollection.h>

Inheritance diagram for TTrainedNetworkCollection:
Collaboration diagram for TTrainedNetworkCollection:

Public Member Functions

void setNames (const std::vector< std::string > &names)
 
const vector< std::string > & names () const
 

Public Attributes

elements
 STL member. More...
 

Private Attributes

std::vector< std::string > m_names
 

Detailed Description

Definition at line 12 of file TTrainedNetworkCollection.h.

Member Function Documentation

◆ names()

const vector<std::string>& TTrainedNetworkCollection::names ( ) const
inline

Definition at line 18 of file TTrainedNetworkCollection.h.

18 { return m_names; }

◆ setNames()

void TTrainedNetworkCollection::setNames ( const std::vector< std::string > &  names)
inline

Definition at line 17 of file TTrainedNetworkCollection.h.

17 { m_names = names; }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.

◆ m_names

std::vector<std::string> TTrainedNetworkCollection::m_names
private

Definition at line 21 of file TTrainedNetworkCollection.h.


The documentation for this class was generated from the following file:
TTrainedNetworkCollection::m_names
std::vector< std::string > m_names
Definition: TTrainedNetworkCollection.h:21
TTrainedNetworkCollection::names
const vector< std::string > & names() const
Definition: TTrainedNetworkCollection.h:18