![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Member Functions | |
| virtual std::string | _impl_get_dot_label () const |
| virtual std::string | _impl_get_tex_symbol () const |
| virtual void | free_alloc () |
| Free allocated memory. | |
| Public Member Functions inherited from shamrock::solvergraph::IEdge | |
| IEdge (const IEdge &)=delete | |
| IEdge & | operator= (const IEdge &)=delete |
| would duplicate the uuid | |
| IEdge (IEdge &&) noexcept=default | |
| would duplicate the uuid | |
| IEdge & | operator= (IEdge &&) noexcept=default |
| std::string | get_label () const |
| std::string | get_tex_symbol () const |
| u64 | get_uuid () const |
| Get the UUID of the edge. | |
| Public Member Functions inherited from shamrock::solvergraph::IFreeable | |
| virtual | ~IFreeable () |
| Virtual destructor. | |
Definition at line 25 of file INullOptEdge.hpp.
|
inline |
Definition at line 27 of file INullOptEdge.hpp.
|
inlinevirtual |
Implements shamrock::solvergraph::IEdge.
Definition at line 29 of file INullOptEdge.hpp.
|
inlinevirtual |
Implements shamrock::solvergraph::IEdge.
Definition at line 30 of file INullOptEdge.hpp.
|
inlinevirtual |
Free allocated memory.
Implements shamrock::solvergraph::IFreeable.
Definition at line 31 of file INullOptEdge.hpp.