cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
Loading...
Searching...
No Matches
signals.hpp File Reference
#include <cstddef>
#include <vector>

Go to the source code of this file.

Classes

class  Term::Private::Signals
 

Namespaces

namespace  Term
 
namespace  Term::Private
 

Typedefs

using sighandler_t = void (*)(int)
 

Typedef Documentation

◆ sighandler_t

using sighandler_t = void (*)(int)

Definition at line 14 of file signals.hpp.