ATLAS Offline Software
Loading...
Searching...
No Matches
RegSelName Class Reference

#include <RegSelName.h>

Inheritance diagram for RegSelName:
Collaboration diagram for RegSelName:

Public Member Functions

 RegSelName (const std::string &s="")
const std::string & getName () const
RegSelNameoperator= (const std::string &s)

Protected Attributes

std::string m_name

Detailed Description

Definition at line 33 of file RegSelName.h.

Constructor & Destructor Documentation

◆ RegSelName()

RegSelName::RegSelName ( const std::string & s = "")
inline

Definition at line 37 of file RegSelName.h.

37: m_name(s) { }
std::string m_name
Definition RegSelName.h:45

Member Function Documentation

◆ getName()

const std::string & RegSelName::getName ( ) const
inline

Definition at line 39 of file RegSelName.h.

39{ return m_name; }

◆ operator=()

RegSelName & RegSelName::operator= ( const std::string & s)
inline

Definition at line 41 of file RegSelName.h.

41{ m_name=s; return *this; }

Member Data Documentation

◆ m_name

std::string RegSelName::m_name
protected

Definition at line 45 of file RegSelName.h.


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