Super Mario Odyssey | Docs
  1. Pages
  2. Namespaces
  1. Classes
  2. Files

sead::MessageQueue class
#include </OdysseyDecomp/lib/sead/include/thread/seadMessageQueue.h>

Contents

  • Reference
    • Public types
    • Public static variables
    • Constructors, destructors, conversion operators
    • Public functions

Public types

enum class BlockType { Blocking = 0, NonBlocking = 1 }
using Element = u64

Public static variables

static Element cNullElement constexpr

Constructors, destructors, conversion operators

MessageQueue()
~MessageQueue()

Public functions

void allocate(s32 size, Heap* heap)
void free()
auto push(Element message, BlockType block_type) -> bool
auto pop(BlockType block_type) -> Element
auto peek(BlockType block_type) const -> Element
auto jam(Element message, BlockType block_type) -> bool
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    Super Mario Odyssey Docs. Created with Doxygen 1.8.20 and m.css.