Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
stan::common::recorder::values< InternalVector > Class Template Reference

#include <values.hpp>

Public Member Functions

 values (const size_t N, const size_t M)
 
 values (const std::vector< InternalVector > &x)
 
void operator() (const std::vector< std::string > &x)
 
template<class T >
void operator() (const std::vector< T > &x)
 
void operator() (const std::string x)
 
void operator() ()
 
bool is_recording () const
 
const std::vector
< InternalVector > & 
x () const
 

Detailed Description

template<class InternalVector>
class stan::common::recorder::values< InternalVector >

Definition at line 14 of file values.hpp.

Constructor & Destructor Documentation

template<class InternalVector >
stan::common::recorder::values< InternalVector >::values ( const size_t  N,
const size_t  M 
)
inline

Definition at line 23 of file values.hpp.

template<class InternalVector >
stan::common::recorder::values< InternalVector >::values ( const std::vector< InternalVector > &  x)
inline

Definition at line 31 of file values.hpp.

Member Function Documentation

template<class InternalVector >
bool stan::common::recorder::values< InternalVector >::is_recording ( ) const
inline

Definition at line 55 of file values.hpp.

template<class InternalVector >
void stan::common::recorder::values< InternalVector >::operator() ( const std::vector< std::string > &  x)
inline

Definition at line 38 of file values.hpp.

template<class InternalVector >
template<class T >
void stan::common::recorder::values< InternalVector >::operator() ( const std::vector< T > &  x)
inline

Definition at line 41 of file values.hpp.

template<class InternalVector >
void stan::common::recorder::values< InternalVector >::operator() ( const std::string  x)
inline

Definition at line 51 of file values.hpp.

template<class InternalVector >
void stan::common::recorder::values< InternalVector >::operator() ( )
inline

Definition at line 53 of file values.hpp.

template<class InternalVector >
const std::vector<InternalVector>& stan::common::recorder::values< InternalVector >::x ( ) const
inline

Definition at line 61 of file values.hpp.


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

     [ Stan Home Page ] © 2011–2014, Stan Development Team.