OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
MongoVersion.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
5{
6 std::string m_fullVersion;
8 std::string m_minorVersion;
9};
Definition MongoVersion.h:5
std::string m_fullVersion
Definition MongoVersion.h:6
int m_majorVersion
Definition MongoVersion.h:7
std::string m_minorVersion
Definition MongoVersion.h:8