Zth (libzth)
zth::ContextAttr Struct Reference

#include <context.h>

Public Types

typedef void * EntryArg
 
typedef void(* Entry) (EntryArg)
 

Public Member Functions

constexpr ContextAttr (Entry entry=nullptr, EntryArg arg=EntryArg()) noexcept
 

Public Attributes

size_t stackSize
 
Entry entry
 
EntryArg arg
 

Detailed Description

Examples
measure.cpp.

Definition at line 70 of file context.h.

Member Typedef Documentation

◆ Entry

typedef void(* zth::ContextAttr::Entry) (EntryArg)

Definition at line 72 of file context.h.

◆ EntryArg

Definition at line 71 of file context.h.

Constructor & Destructor Documentation

◆ ContextAttr()

constexpr zth::ContextAttr::ContextAttr ( Entry  entry = nullptr,
EntryArg  arg = EntryArg() 
)
inlineexplicitconstexprnoexcept

Definition at line 74 of file context.h.

Member Data Documentation

◆ arg

EntryArg zth::ContextAttr::arg

Definition at line 82 of file context.h.

◆ entry

Entry zth::ContextAttr::entry

Definition at line 81 of file context.h.

◆ stackSize

size_t zth::ContextAttr::stackSize

Definition at line 80 of file context.h.


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