Skip to content

Class zmbt::Param

ClassList > zmbt > Param

Generic Parameter Placeholder.

  • #include <parameter.hpp>

Public Functions

Type Name
Param (boost::json::value v)
Param (Param const &) = default
Param (Param &&) = default
Param & operator= (Param const &) = default
Param & operator= (Param &&) = default
boost::json::value serialize () const
boost::json::string to_string () const
~Param () = default

Public Static Functions

Type Name
bool isParam (boost::json::value const & v)
Param parse (boost::json::value const & v)

Public Functions Documentation

function Param [2/4]

inline zmbt::Param::Param (
    boost::json::value v
) 

function Param [3/4]

zmbt::Param::Param (
    Param const &
) = default

function Param [4/4]

zmbt::Param::Param (
    Param &&
) = default

function operator=

Param & zmbt::Param::operator= (
    Param const &
) = default

function operator=

Param & zmbt::Param::operator= (
    Param &&
) = default

function serialize

inline boost::json::value zmbt::Param::serialize () const

function to_string

inline boost::json::string zmbt::Param::to_string () const

function ~Param

zmbt::Param::~Param () = default

Public Static Functions Documentation

function isParam

static bool zmbt::Param::isParam (
    boost::json::value const & v
) 

function parse

static Param zmbt::Param::parse (
    boost::json::value const & v
) 


The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/core/parameter.hpp