Async 1.8.0
Async::Macho::_KeyData Struct Reference

#include <AsyncMacho.h>

Public Types

typedef _StateInstance &(*) Generator(_MachineBase &machine)
 
typedef bool(*) Predicate(Key)
 
typedef const char *(*) NameFn()
 

Public Attributes

const Generator instanceGenerator
 
const Predicate childPredicate
 
const NameFn name
 
const ID id
 

Detailed Description

Definition at line 434 of file AsyncMacho.h.

Member Typedef Documentation

◆ Generator

_StateInstance &(*) Async::Macho::_KeyData::Generator(_MachineBase &machine)

Definition at line 435 of file AsyncMacho.h.

◆ NameFn

const char *(*) Async::Macho::_KeyData::NameFn()

Definition at line 437 of file AsyncMacho.h.

◆ Predicate

bool(*) Async::Macho::_KeyData::Predicate(Key)

Definition at line 436 of file AsyncMacho.h.

Member Data Documentation

◆ childPredicate

const Predicate Async::Macho::_KeyData::childPredicate

Definition at line 443 of file AsyncMacho.h.

◆ id

const ID Async::Macho::_KeyData::id

Definition at line 446 of file AsyncMacho.h.

◆ instanceGenerator

const Generator Async::Macho::_KeyData::instanceGenerator

Definition at line 440 of file AsyncMacho.h.

◆ name

const NameFn Async::Macho::_KeyData::name

Definition at line 445 of file AsyncMacho.h.


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