Virgil Security Crypto library  2.0.7
VirgilVersion.h
1 
37 #ifndef VIRGIL_VERSION_H
38 #define VIRGIL_VERSION_H
39 
40 #include <cstdlib>
41 #include <string>
42 
43 namespace virgil { namespace crypto {
44 
49 public:
54  static size_t asNumber();
55 
59  static std::string asString();
60 
64  static size_t majorVersion();
65 
69  static size_t minorVersion();
70 
74  static size_t patchVersion();
75 
83  static std::string fullName();
84 };
85 
86 }}
87 
88 #endif /* VIRGIL_VERSION_H */
static std::string fullName()
Root namespace for all Virgil Security libraries.
Definition: VirgilAsn1Compatible.h:46
Provides information about Virgil library version.
Definition: VirgilVersion.h:48
static std::string asString()