MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Types | List of all members
ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T > Class Template Reference

Utility class for a ranged check vector. More...

#include <ConstrainedOptPack_QPSchur.hpp>

Inherits vector< T >.

Public Member Functions

T & operator() (typename this_t::size_type i)
 one based indexing More...
 
operator() (typename this_t::size_type i) const
 one based indexing More...
 

Private Types

typedef vector_one_based_checked this_t
 

Detailed Description

template<class T>
class ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T >

Utility class for a ranged check vector.

Definition at line 69 of file ConstrainedOptPack_QPSchur.hpp.

Member Typedef Documentation

Definition at line 71 of file ConstrainedOptPack_QPSchur.hpp.

Member Function Documentation

template<class T >
T& ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T >::operator() ( typename this_t::size_type  i)
inline

one based indexing

Definition at line 74 of file ConstrainedOptPack_QPSchur.hpp.

template<class T >
T ConstrainedOptPack::QPSchurPack::vector_one_based_checked< T >::operator() ( typename this_t::size_type  i) const
inline

one based indexing

Definition at line 83 of file ConstrainedOptPack_QPSchur.hpp.


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