Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
operator-examine.cc
Go to the documentation of this file.
1
7#include "operators.h"
8
9using namespace ::std;
10using namespace Binc;
11
12//----------------------------------------------------------------------
13const std::string ExamineOperator::getName(void) const
14{
15 return "EXAMINE";
16}
17
18//----------------------------------------------------------------------
20{
21}
22
23//----------------------------------------------------------------------
25{
26}
const std::string getName(void) const
Definition: bincimapd.cc:9
Declaration of all operators.