ledger-core
LedgerCore.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from core.djinni
3 
4 #ifndef DJINNI_GENERATED_LEDGERCORE_HPP
5 #define DJINNI_GENERATED_LEDGERCORE_HPP
6 
7 #include <cstdint>
8 #include <string>
9 #ifndef LIBCORE_EXPORT
10  #if defined(_MSC_VER)
11  #include <libcore_export.h>
12  #else
13  #define LIBCORE_EXPORT
14  #endif
15 #endif
16 
17 namespace ledger { namespace core { namespace api {
18 
19 class LIBCORE_EXPORT LedgerCore {
20 public:
21  virtual ~LedgerCore() {}
22 
27  static std::string getStringVersion();
28 
33  static int32_t getIntVersion();
34 };
35 
36 } } } // namespace ledger::core::api
37 #endif //DJINNI_GENERATED_LEDGERCORE_HPP
Definition: LedgerCore.hpp:19
Definition: Account.cpp:8