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

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

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

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

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

Genfun::Argument::~Argument ( )
inline

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

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

Member Function Documentation

unsigned int Genfun::Argument::dimension ( ) const
inline
unsigned int Genfun::Argument::dimension ( ) const
const Argument & Genfun::Argument::operator= ( const Argument right)
inline

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

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

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

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

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

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

Friends And Related Function Documentation

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

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

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: