vt (Virtual Transport)
  1. Introduction
    1. Context
    2. Active Messenger
    3. Virtual Context Collection
    4. Collectives
    5. Group Manager
    6. Location Manager
    7. Object Group Manager
    8. Pipe Manager
    9. Memory Pool
    10. RDMA Handle Manager
    11. Registry
    12. Scheduler
    13. Termination Detector
    14. Tracing
    15. Trace-only
  2. Learn
    1. How to Build
    2. Tutorial
    3. Examples
    4. How to Serialize Data
  3. Pages
  4. Namespaces
    1. vt
    2. vt::collective
    3. vt::debug
    4. vt::group
    5. vt::location
    6. vt::messaging
    7. vt::objgroup
    8. vt::pipe
    9. vt::rdma
    10. vt::runtime
    11. vt::term
    12. vt::vrt
  1. Classes
  2. Files
  3. GitHub
    1. Checkpoint
    2. LBAF
    3. Checkpoint Analyzer
    4. Documentation

vt::pipe::callback::cbunion::CallbackUnion union
#include <src/vt/pipe/callback/cb_union/cb_raw.h>

Contents

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

Constructors, destructors, conversion operators

CallbackUnion()
CallbackUnion(CallbackUnion const&) defaulted
CallbackUnion(CallbackUnion&&) defaulted
CallbackUnion(SendMsgCB const& in) explicit
CallbackUnion(BcastMsgCB const& in) explicit
CallbackUnion(SendColMsgCB const& in) explicit
CallbackUnion(BcastColMsgCB const& in) explicit
CallbackUnion(BcastColDirCB const& in) explicit
CallbackUnion(SendColDirCB const& in) explicit
CallbackUnion(AnonCB const& in) explicit
CallbackUnion(BcastObjGrpCB const& in) explicit
CallbackUnion(SendObjGrpCB const& in) explicit

Public functions

auto operator=(CallbackUnion const&) -> CallbackUnion& defaulted

Public variables

AnonCB anon_cb_
SendMsgCB send_msg_cb_
BcastMsgCB bcast_msg_cb_
SendColMsgCB send_col_msg_cb_
BcastColMsgCB bcast_col_msg_cb_
BcastColDirCB bcast_col_dir_cb_
SendColDirCB send_col_dir_cb_
BcastObjGrpCB bcast_obj_cb_
SendObjGrpCB send_obj_cb_
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.

    vt (Virtual Transport). Created with Doxygen 1.8.16 and m.css.