CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Genfun::Argument Class Reference

#include <CLHEP/GenericFunctions/Argument.hh>

Public Member Functions

 Argument (int ndim=0)
 
 Argument (const Argument &)
 
const Argumentoperator= (const Argument &)
 
 ~Argument ()
 
double & operator[] (int I)
 
const double & operator[] (int i) const
 
unsigned int dimension () const
 

Friends

std::ostream & operator<< (std::ostream &o, const Argument &a)
 

Detailed Description

Author

Definition at line 17 of file Argument.hh.

Constructor & Destructor Documentation

◆ Argument() [1/2]

Genfun::Argument::Argument ( int ndim = 0)
inline

Definition at line 73 of file Argument.hh.

◆ Argument() [2/2]

Genfun::Argument::Argument ( const Argument & right)
inline

Definition at line 48 of file Argument.hh.

◆ ~Argument()

Genfun::Argument::~Argument ( )
inline

Definition at line 76 of file Argument.hh.

Member Function Documentation

◆ dimension()

◆ operator=()

const Argument & Genfun::Argument::operator= ( const Argument & right)
inline

Definition at line 52 of file Argument.hh.

◆ operator[]() [1/2]

double & Genfun::Argument::operator[] ( int I)
inline

Definition at line 65 of file Argument.hh.

◆ operator[]() [2/2]

const double & Genfun::Argument::operator[] ( int i) const
inline

Definition at line 69 of file Argument.hh.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & o,
const Argument & a )
friend

Definition at line 81 of file Argument.hh.


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