Numworks Epsilon
1.4.1
Graphing Calculator Operating System
event_filter.cpp
Go to the documentation of this file.
1
#include <iostream>
2
#include <
ion/events.h
>
3
4
int
main
(
int
argc,
char
* argv[]) {
5
unsigned
char
c
= 0;
6
while
(std::cin >>
c
) {
7
Ion::Events::Event
e(
c
);
8
if
(e.
isDefined
() && e !=
Ion::Events::Termination
) {
9
std::cout <<
c
;
10
}
11
}
12
}
main
int main(int argc, char *argv[])
Definition:
event_filter.cpp:4
Ion::Events::Event::isDefined
bool isDefined() const
Definition:
events.cpp:126
events.h
Ion::Events::Event
Definition:
events.h:9
c
c(generic_all_nodes)
Ion::Events::Termination
constexpr Event Termination
Definition:
events.h:216
epsilon
ion
src
shared
tools
event_filter.cpp
Generated by
1.8.14