libpappsomspp
Library for mass spectrometry
timsxic.h
Go to the documentation of this file.
1 #ifndef TIMSXIC_H
2 #define TIMSXIC_H
3 
4 /**
5  * @todo write docs
6  */
7 class TimsXic
8 {
9  public:
10  /**
11  * Default constructor
12  */
13  TimsXic();
14 
15  /**
16  * Copy constructor
17  *
18  * @param other TODO
19  */
20  TimsXic(const TimsXic &other);
21 
22  /**
23  * Destructor
24  */
25  ~TimsXic();
26 };
27 
28 #endif // TIMSXIC_H
TimsXic::~TimsXic
~TimsXic()
Definition: timsxic.cpp:11
TimsXic::TimsXic
TimsXic()
Definition: timsxic.cpp:3
TimsXic
Definition: timsxic.h:7