C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Attributes | List of all members
exprtk::vector_access_runtime_check::violation_context Struct Reference

#include <exprtk.hpp>

Public Attributes

void * base_ptr
 
void * end_ptr
 
void * access_ptr
 
std::size_t type_size
 

Detailed Description

Definition at line 2172 of file exprtk.hpp.

Member Data Documentation

◆ access_ptr

void* exprtk::vector_access_runtime_check::violation_context::access_ptr

Definition at line 2176 of file exprtk.hpp.

Referenced by vector_access_rtc::handle_runtime_violation().

◆ base_ptr

void* exprtk::vector_access_runtime_check::violation_context::base_ptr

◆ end_ptr

void* exprtk::vector_access_runtime_check::violation_context::end_ptr

Definition at line 2175 of file exprtk.hpp.

Referenced by vector_access_rtc::handle_runtime_violation().

◆ type_size

std::size_t exprtk::vector_access_runtime_check::violation_context::type_size

Definition at line 2177 of file exprtk.hpp.

Referenced by vector_access_rtc::handle_runtime_violation().


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