Public Member Functions | Public Attributes | List of all members
sol::stack_dependencies Struct Reference

#include <sol.hpp>

Inheritance diagram for sol::stack_dependencies:
Inheritance graph
[legend]

Public Member Functions

int & operator[] (std::size_t i)
 
const int & operator[] (std::size_t i) const
 
std::size_t size () const
 
template<typename... Args>
 stack_dependencies (int stack_target, Args &&...args)
 

Public Attributes

std::size_t len
 
std::array< int, 64 > stack_indices
 
int target
 

Detailed Description

Definition at line 6367 of file sol.hpp.

Constructor & Destructor Documentation

template<typename... Args>
sol::stack_dependencies::stack_dependencies ( int  stack_target,
Args &&...  args 
)
inline

Definition at line 6373 of file sol.hpp.

Member Function Documentation

int& sol::stack_dependencies::operator[] ( std::size_t  i)
inline

Definition at line 6378 of file sol.hpp.

const int& sol::stack_dependencies::operator[] ( std::size_t  i) const
inline

Definition at line 6382 of file sol.hpp.

std::size_t sol::stack_dependencies::size ( ) const
inline

Definition at line 6386 of file sol.hpp.

Member Data Documentation

std::size_t sol::stack_dependencies::len

Definition at line 6370 of file sol.hpp.

std::array<int, 64> sol::stack_dependencies::stack_indices

Definition at line 6369 of file sol.hpp.

int sol::stack_dependencies::target

Definition at line 6368 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:52