MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / InterruptBase

Method InterruptBase

src/include/interrupt_base.h:36–36  ·  view source on GitHub ↗

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

34 /// @name 构造/析构函数
35 /// @{
36 InterruptBase() = default;
37 InterruptBase(const InterruptBase&) = delete;
38 InterruptBase(InterruptBase&&) = delete;
39 auto operator=(const InterruptBase&) -> InterruptBase& = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected