Public Member Functions | Protected Attributes | List of all members
Eigen::symbolic::SymbolValue< Tag > Class Template Reference

#include <SymbolicIndex.h>

Public Member Functions

 SymbolValue (Index val)
 
Index value () const
 

Protected Attributes

Index m_value
 

Detailed Description

template<typename Tag>
class Eigen::symbolic::SymbolValue< Tag >

Represents the actual value of a symbol identified by its tag

It is the return type of SymbolValue::operator=, and most of the time this is only way it is used.

Definition at line 199 of file SymbolicIndex.h.

Constructor & Destructor Documentation

◆ SymbolValue()

template<typename Tag >
Eigen::symbolic::SymbolValue< Tag >::SymbolValue ( Index  val)
inline

Default constructor from the value val

Definition at line 203 of file SymbolicIndex.h.

Member Function Documentation

◆ value()

template<typename Tag >
Index Eigen::symbolic::SymbolValue< Tag >::value ( ) const
inline
Returns
the stored value of the symbol

Definition at line 206 of file SymbolicIndex.h.

Member Data Documentation

◆ m_value

template<typename Tag >
Index Eigen::symbolic::SymbolValue< Tag >::m_value
protected

Definition at line 208 of file SymbolicIndex.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:13:40