OpcUaCanOpen
CANopen OPC-UA server
|
Inherited by exprtk::details::vector_holder< Type >::array_vector_impl, exprtk::details::vector_holder< Type >::sequence_vector_impl< Allocator, Sequence >, and exprtk::details::vector_holder< Type >::vector_view_impl.
Public Member Functions | |
virtual | ~vector_holder_base () |
value_ptr | operator[] (const std::size_t &index) const |
std::size_t | size () const |
value_ptr | data () const |
virtual bool | rebaseable () const |
virtual void | set_ref (value_ptr *) |
Protected Member Functions | |
virtual value_ptr | value_at (const std::size_t &) const =0 |
virtual std::size_t | vector_size () const =0 |
Definition at line 5359 of file exprtk.hpp.
|
inlinevirtual |
Definition at line 5363 of file exprtk.hpp.
|
inline |
Definition at line 5375 of file exprtk.hpp.
|
inline |
Definition at line 5365 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented in exprtk::details::vector_holder< Type >::vector_view_impl.
Definition at line 5380 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented in exprtk::details::vector_holder< Type >::vector_view_impl.
Definition at line 5385 of file exprtk.hpp.
|
inline |
Definition at line 5370 of file exprtk.hpp.
|
protectedpure virtual |
|
protectedpure virtual |