Monero C++ Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
monero::monero_version Struct Reference

#include <monero_daemon_model.h>

Inheritance diagram for monero::monero_version:
monero::serializable_struct

Public Member Functions

rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Public Attributes

boost::optional< uint32_t > m_number
 
boost::optional< bool > m_is_release
 

Detailed Description

Models a Monero version.

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_version::to_rapidjson_val ( rapidjson::Document::AllocatorType & allocator) const
virtual

Converts the struct to a rapidjson Value.

Parameters
allocatoris the rapidjson document allocator
Returns
the struct as a rapidjson Value

Implements monero::serializable_struct.


The documentation for this struct was generated from the following files: