GranOO  3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
exprtk::type_store< T > Struct Template Reference

#include <Exprtk.hpp>

Classes

class  parameter_list
 
struct  scalar_view
 
struct  type_view
 

Public Types

enum  store_type { e_unknown , e_scalar , e_vector , e_string }
 
typedef type_view< T > vector_view
 
typedef type_view< char > string_view
 

Public Member Functions

 type_store ()
 

Public Attributes

union {
   void *   data
 
   T *   vec_data
 
}; 
 
std::size_t size
 
store_type type
 

Member Typedef Documentation

◆ string_view

template<typename T >
typedef type_view<char> exprtk::type_store< T >::string_view

◆ vector_view

template<typename T >
typedef type_view<T> exprtk::type_store< T >::vector_view

Member Enumeration Documentation

◆ store_type

template<typename T >
enum exprtk::type_store::store_type
Enumerator
e_unknown 
e_scalar 
e_vector 
e_string 

Constructor & Destructor Documentation

◆ type_store()

template<typename T >
exprtk::type_store< T >::type_store ( )
inline

Member Data Documentation

◆ 

union { ... }

◆ data

template<typename T >
void* exprtk::type_store< T >::data

◆ size

template<typename T >
std::size_t exprtk::type_store< T >::size

◆ type

template<typename T >
store_type exprtk::type_store< T >::type

◆ vec_data

template<typename T >
T* exprtk::type_store< T >::vec_data

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