ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
tiny_vec_ref< Type > Struct Template Reference

#include <tiny_vec.hpp>

Public Member Functions

 tiny_vec_ref (Type *p_, size_t n_)
 
template<class T >
tiny_vec_refoperator= (const T &other)
 

Public Attributes

size_t n
 
Type * p
 

Detailed Description

template<class Type>
struct tiny_vec_ref< Type >

Definition at line 6 of file tiny_vec.hpp.

Constructor & Destructor Documentation

template<class Type>
tiny_vec_ref< Type >::tiny_vec_ref ( Type *  p_,
size_t  n_ 
)
inline

Definition at line 9 of file tiny_vec.hpp.

Member Function Documentation

template<class Type>
template<class T >
tiny_vec_ref& tiny_vec_ref< Type >::operator= ( const T &  other)
inline

Definition at line 11 of file tiny_vec.hpp.

Member Data Documentation

template<class Type>
size_t tiny_vec_ref< Type >::n

Definition at line 8 of file tiny_vec.hpp.

Referenced by tiny_vec_ref< Type >::operator=().

template<class Type>
Type* tiny_vec_ref< Type >::p

Definition at line 7 of file tiny_vec.hpp.

Referenced by tiny_vec_ref< Type >::operator=().


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