Zth (libzth)
Loading...
Searching...
No Matches
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 69 of file context.h.

Member Typedef Documentation

◆ Entry

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

Definition at line 71 of file context.h.

◆ EntryArg

Definition at line 70 of file context.h.

Constructor & Destructor Documentation

◆ ContextAttr()

constexpr zth::ContextAttr::ContextAttr ( Entry  entry_ = nullptr,
EntryArg  arg_ = EntryArg() 
)
inlineexplicitconstexprnoexcept

Definition at line 73 of file context.h.

Member Data Documentation

◆ arg

EntryArg zth::ContextAttr::arg

Definition at line 81 of file context.h.

◆ entry

Entry zth::ContextAttr::entry

Definition at line 80 of file context.h.

◆ stackSize

size_t zth::ContextAttr::stackSize

Definition at line 79 of file context.h.


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