RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Related Functions | List of all members
RTOpPack::ScalarIndex< Scalar > Struct Template Reference

Simple struct for a Scalar and an Ordinal object. More...

#include <RTOpPack_RTOpTHelpers_decl.hpp>

Public Member Functions

 ScalarIndex (const Scalar &_scalar, const Ordinal &_index)
 
 ScalarIndex ()
 

Public Attributes

Scalar scalar
 
Ordinal index
 

Related Functions

(Note that these are not member functions.)

template<class Scalar >
std::ostream & operator<< (std::ostream &out, const ScalarIndex< Scalar > &scalarIndex)
 

Detailed Description

template<class Scalar>
struct RTOpPack::ScalarIndex< Scalar >

Simple struct for a Scalar and an Ordinal object.

Definition at line 74 of file RTOpPack_RTOpTHelpers_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar>
RTOpPack::ScalarIndex< Scalar >::ScalarIndex ( const Scalar &  _scalar,
const Ordinal _index 
)
inline

Definition at line 80 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar>
RTOpPack::ScalarIndex< Scalar >::ScalarIndex ( )
inline

Definition at line 84 of file RTOpPack_RTOpTHelpers_decl.hpp.

Friends And Related Function Documentation

template<class Scalar >
std::ostream & operator<< ( std::ostream &  out,
const ScalarIndex< Scalar > &  scalarIndex 
)
related

Definition at line 95 of file RTOpPack_RTOpTHelpers_decl.hpp.

Member Data Documentation

template<class Scalar>
Scalar RTOpPack::ScalarIndex< Scalar >::scalar

Definition at line 76 of file RTOpPack_RTOpTHelpers_decl.hpp.

template<class Scalar>
Ordinal RTOpPack::ScalarIndex< Scalar >::index

Definition at line 78 of file RTOpPack_RTOpTHelpers_decl.hpp.


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