Ariles
|
Definition at line 25 of file writer.cpp.
Public Types | |
using | Base = serialization::Node< std::string > |
enum class | Type |
Public Member Functions | |
NodeWrapper (const std::string &node, const Base::Type type=Base::Type::GENERIC) | |
NodeWrapper (const std::string &node, const std::string &label, const Base::Type type=Base::Type::GENERIC) | |
NodeWrapper (const std::string &node, const std::string &label, const std::size_t index, const std::size_t size) | |
bool | isMatrix () const |
bool | isVector () const |
bool | isArray () const |
bool | isCompleted () const |
Public Attributes | |
std::string | actual_id_ |
std::string | label_ |
std::string | node_ |
std::size_t | index_ |
std::size_t | size_ |
Type | type_ |
using ariles2::ns_graphviz::NodeWrapper::Base = serialization::Node<std::string> |
Definition at line 28 of file writer.cpp.
|
stronginherited |
Definition at line 56 of file serialization.h.
|
inlineexplicit |
Definition at line 36 of file writer.cpp.
|
inlineexplicit |
Definition at line 43 of file writer.cpp.
|
inline |
Definition at line 53 of file writer.cpp.
|
inlineinherited |
Definition at line 112 of file serialization.h.
|
inlineinherited |
Definition at line 117 of file serialization.h.
|
inlineinherited |
Definition at line 102 of file serialization.h.
|
inlineinherited |
Definition at line 107 of file serialization.h.
std::string ariles2::ns_graphviz::NodeWrapper::actual_id_ |
Definition at line 31 of file writer.cpp.
|
inherited |
Definition at line 69 of file serialization.h.
std::string ariles2::ns_graphviz::NodeWrapper::label_ |
Definition at line 32 of file writer.cpp.
|
inherited |
Definition at line 68 of file serialization.h.
|
inherited |
Definition at line 70 of file serialization.h.
|
inherited |
Definition at line 71 of file serialization.h.