Skip to content

Class zmbt::Generator

ClassList > zmbt > Generator

Public Types

Type Name
typedef std::shared_ptr< Generator > Shared

Public Functions

Type Name
Generator (boost::json::array const & serialized)
Generator (lang::Expression const & expr)
Generator (Generator &) = default
Generator (Generator const &) = default
bool is_noop () const
boost::json::value operator() ()
Generator & operator= (Generator &) = default
Generator & operator= (Generator const &) = default
void reset ()
boost::json::array underlying () const
~Generator () = default

Public Types Documentation

typedef Shared

using zmbt::Generator::Shared =  std::shared_ptr<Generator>;

Public Functions Documentation

function Generator [1/4]

explicit zmbt::Generator::Generator (
    boost::json::array const & serialized
) 

function Generator [2/4]

explicit zmbt::Generator::Generator (
    lang::Expression const & expr
) 

function Generator [3/4]

zmbt::Generator::Generator (
    Generator &
) = default

function Generator [4/4]

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

function is_noop

bool zmbt::Generator::is_noop () const

function operator()

boost::json::value zmbt::Generator::operator() () 

function operator=

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

function operator=

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

function reset

void zmbt::Generator::reset () 

function underlying

boost::json::array zmbt::Generator::underlying () const

function ~Generator

zmbt::Generator::~Generator () = default


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