Scarab  v3.9.2
Project 8 C++ Utility Library
version_ifc.cc
Go to the documentation of this file.
1 /*
2  * version_ifc.cc
3  *
4  * Created on: Jul 23, 2018
5  * Author: N.S. Oblath
6  */
7 
8 #define SCARAB_API_EXPORTS
9 
10 #include "version_ifc.hh"
11 
12 namespace scarab
13 {
15  {}
16 
18  {}
19 
21  {}
22 
24  {
25  return *this;
26  }
27 
28 } /* namespace scarab */
version_ifc & operator=(const version_ifc &)
Definition: version_ifc.cc:23
virtual ~version_ifc()
Definition: version_ifc.cc:20