#include <schema1.h>
|
| | Wire () |
| |
| | Wire (int id, int from, int to) |
| |
| SPoly & | operator= (const SPoly &)=default |
| |
| SPoly * | clone () const override |
| |
| string | type () const override |
| |
| void | xml_pack (xml_pack_t &x, const string &d) const override |
| |
| void | xml_unpack (xml_unpack_t &x, const string &d) override |
| |
| void | json_pack (json_pack_t &x, const string &d) const override |
| |
| void | json_unpack (json_unpack_t &x, const string &d) override |
| |
| | Item (int id=-1) |
| |
| template<class T > |
| | Item (int id, const T &it) |
| |
| string | typeName () const |
| |
| SPoly & | operator= (const SPoly &)=default |
| |
| SPoly * | clone () const override |
| |
| string | type () const override |
| |
| void | xml_pack (xml_pack_t &x, const string &d) const override |
| |
| void | xml_unpack (xml_unpack_t &x, const string &d) override |
| |
| void | json_pack (json_pack_t &x, const string &d) const override |
| |
| void | json_unpack (json_unpack_t &x, const string &d) override |
| |
Definition at line 114 of file schema1.h.
◆ Wire() [1/2]
◆ Wire() [2/2]
| schema1::Wire::Wire |
( |
int |
id, |
|
|
int |
from, |
|
|
int |
to |
|
) |
| |
|
inline |
◆ from
◆ to
The documentation for this struct was generated from the following file: