CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions | Friends | List of all members
Genfun::Argument Class Reference

#include <Argument.hh>

Public Member Functions

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

Friends

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

Detailed Description

Author

Definition at line 17 of file CLHEP/GenericFunctions/Argument.hh.

Constructor & Destructor Documentation

◆ Argument() [1/4]

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

Definition at line 73 of file CLHEP/GenericFunctions/Argument.hh.

◆ Argument() [2/4]

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

Definition at line 48 of file CLHEP/GenericFunctions/Argument.hh.

◆ ~Argument() [1/2]

Genfun::Argument::~Argument ( )
inline

Definition at line 76 of file CLHEP/GenericFunctions/Argument.hh.

◆ Argument() [3/4]

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

◆ Argument() [4/4]

Genfun::Argument::Argument ( const Argument )

◆ ~Argument() [2/2]

Genfun::Argument::~Argument ( )

Member Function Documentation

◆ dimension() [1/2]

unsigned int Genfun::Argument::dimension ( ) const
inline

Definition at line 61 of file CLHEP/GenericFunctions/Argument.hh.

◆ dimension() [2/2]

unsigned int Genfun::Argument::dimension ( ) const

◆ operator=() [1/2]

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

Definition at line 52 of file CLHEP/GenericFunctions/Argument.hh.

◆ operator=() [2/2]

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

◆ operator[]() [1/4]

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

Definition at line 65 of file CLHEP/GenericFunctions/Argument.hh.

References i.

◆ operator[]() [2/4]

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

◆ operator[]() [3/4]

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

Definition at line 69 of file CLHEP/GenericFunctions/Argument.hh.

References i.

◆ operator[]() [4/4]

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

Friends And Related Function Documentation

◆ operator<< [1/2]

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

Definition at line 81 of file CLHEP/GenericFunctions/Argument.hh.

◆ operator<< [2/2]

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

Definition at line 81 of file CLHEP/GenericFunctions/Argument.hh.


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