threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
threadman::TaskSnapshotCell Class Reference

#include <parcel.hpp>

Inheritance diagram for threadman::TaskSnapshotCell:
Inheritance graph
[legend]
Collaboration diagram for threadman::TaskSnapshotCell:
Collaboration graph
[legend]

Public Member Functions

std::string to_string () const override
 

Static Public Member Functions

static parcel::cell_t from_json (parcel::json_t const &j, parcel::ParcelRegistry const &)
 
static parcel::cell_type_descriptor_t descriptor ()
 

Static Public Attributes

static constexpr std::string_view kind_id = "tm:task_snapshot"
 

Member Function Documentation

◆ descriptor()

static parcel::cell_type_descriptor_t threadman::TaskSnapshotCell::descriptor ( )
inlinestatic

◆ from_json()

static parcel::cell_t threadman::TaskSnapshotCell::from_json ( parcel::json_t const &  j,
parcel::ParcelRegistry const &   
)
inlinestatic

◆ to_string()

std::string threadman::TaskSnapshotCell::to_string ( ) const
inlineoverride

Member Data Documentation

◆ kind_id

constexpr std::string_view threadman::TaskSnapshotCell::kind_id = "tm:task_snapshot"
staticconstexpr

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