ATLAS Offline Software
Loading...
Searching...
No Matches
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.

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; }
std::vector< std::string > 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; }
const vector< std::string > & names() const

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: