Zth (libzth)
Loading...
Searching...
No Matches
zth::Stack Struct Reference

Stack information. More...

#include <context.h>

Public Member Functions

constexpr Stack (void *p_, size_t size_) noexcept
 
constexpr Stack (size_t size_=0) noexcept
 
constexpr operator bool () const noexcept
 

Public Attributes

char * p
 
size_t size
 

Detailed Description

Stack information.

Definition at line 89 of file context.h.

Constructor & Destructor Documentation

◆ Stack() [1/2]

constexpr zth::Stack::Stack ( void *  p_,
size_t  size_ 
)
inlineconstexprnoexcept

Definition at line 90 of file context.h.

◆ Stack() [2/2]

constexpr zth::Stack::Stack ( size_t  size_ = 0)
inlineexplicitconstexprnoexcept

Definition at line 95 of file context.h.

Member Function Documentation

◆ operator bool()

constexpr zth::Stack::operator bool ( ) const
inlineconstexprnoexcept

Definition at line 100 of file context.h.

Member Data Documentation

◆ p

char* zth::Stack::p

Definition at line 105 of file context.h.

◆ size

size_t zth::Stack::size

Definition at line 106 of file context.h.


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