Definition at line 5151 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
Classes | |
class | array_vector_impl |
class | sequence_vector_impl |
class | vector_holder_base |
class | vector_view_impl |
Public Types | |
typedef details::vec_data_store< Type > | vds_t |
Public Member Functions | |
vector_holder (Type *vec, const std::size_t &vec_size) | |
vector_holder (const vds_t &vds) | |
template<typename Allocator > | |
vector_holder (std::vector< Type, Allocator > &vec) | |
vector_holder (exprtk::vector_view< Type > &vec) | |
value_ptr | operator[] (const std::size_t &index) const |
std::size_t | size () const |
value_ptr | data () const |
void | set_ref (value_ptr *ref) |
bool | rebaseable () const |
Private Types | |
typedef Type | value_type |
typedef value_type * | value_ptr |
typedef const value_ptr | const_value_ptr |
Private Attributes | |
vector_holder_base * | vector_holder_base_ |
uchar_t | buffer [64] |
|
private |
Definition at line 5157 of file exprtk.hpp.
|
private |
Definition at line 5156 of file exprtk.hpp.
|
private |
Definition at line 5155 of file exprtk.hpp.
typedef details::vec_data_store<Type> exprtk::details::vector_holder< Type >::vds_t |
Definition at line 5297 of file exprtk.hpp.
|
inline |
Definition at line 5299 of file exprtk.hpp.
|
inline |
Definition at line 5303 of file exprtk.hpp.
|
inline |
Definition at line 5308 of file exprtk.hpp.
|
inline |
Definition at line 5312 of file exprtk.hpp.
|
inline |
Definition at line 5326 of file exprtk.hpp.
|
inline |
Definition at line 5316 of file exprtk.hpp.
|
inline |
Definition at line 5336 of file exprtk.hpp.
Referenced by exprtk::parser< T >::expression_generator< T >::vector_element().
|
inline |
Definition at line 5331 of file exprtk.hpp.
|
inline |
Definition at line 5321 of file exprtk.hpp.
Referenced by exprtk::parser< T >::parse_vector(), and exprtk::details::vec_binop_vecvec_node< T, Operation >::vec_binop_vecvec_node().
|
private |
Definition at line 5344 of file exprtk.hpp.
|
mutableprivate |
Definition at line 5343 of file exprtk.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017 |