Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Event.h
Go to the documentation of this file.
1
/*
2
* Event.h
3
*
4
* Created on: Sep. 5, 2018
5
* Author: yuhw@nmsu.edu
6
*/
7
8
#ifndef _H_Event_H_
9
#define _H_Event_H_
10
11
#include <stdio.h>
12
13
class
Event
{
14
15
public
:
16
17
Event
() {}
18
virtual
~Event
() {}
19
20
virtual
int
*
get_words
() = 0;
21
};
22
23
24
25
26
#endif
/* _H_Event_H_ */
Event::~Event
virtual ~Event()
Definition:
Event.h:18
Event::Event
Event()
Definition:
Event.h:17
Event
Definition:
Event.h:13
Event::get_words
virtual int * get_words()=0
e1039-core
online
event
Event.h
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration