SW Task Event Loop Framework
v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
Refbase.h
Go to the documentation of this file.
1
#include <iostream>
2
#include <string>
3
4
#pragma once
5
6
namespace
swt
{
7
8
class
RefBase
9
{
10
public
:
11
int
id
;
12
std::string
method
;
13
};
14
15
}
// namespace swt
swt::RefBase
Definition
Refbase.h:9
swt::RefBase::id
int id
Definition
Refbase.h:11
swt::RefBase::method
std::string method
Definition
Refbase.h:12
swt
Software Timer namespace containing all timer-related classes.
Definition
Awaitable.h:21
include
Refbase.h
Generated on Tue Oct 14 2025 11:05:57 for SW Task Event Loop Framework by
1.9.8