![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Interface for a solver graph edge representing a buffer contained in a distributed data shared. More...
#include <shamrock/include/shamrock/solvergraph/DDSharedBuffers.hpp>
Public Member Functions | |
| virtual void | free_alloc () |
| Free allocated memory. | |
| IEdgeNamed (std::string name, std::string texsymbol) | |
| Public Member Functions inherited from shamrock::solvergraph::IEdgeNamed | |
| IEdgeNamed (std::string name, std::string texsymbol) | |
| virtual std::string | _impl_get_dot_label () const |
| virtual std::string | _impl_get_tex_symbol () const |
| virtual std::string | get_raw_tex_symbol () const |
| 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. | |
Public Attributes | |
| DDSharedDeviceBuffer< T > | buffers |
Interface for a solver graph edge representing a buffer contained in a distributed data shared.
| T | The primitive type of the buffer |
Definition at line 38 of file DDSharedBuffers.hpp.
|
inlinevirtual |
Free allocated memory.
Implements shamrock::solvergraph::IFreeable.
Definition at line 44 of file DDSharedBuffers.hpp.
|
inline |
Definition at line 28 of file IEdgeNamed.hpp.
| DDSharedDeviceBuffer<T> shamrock::solvergraph::DDSharedBuffers< T >::buffers |
Definition at line 42 of file DDSharedBuffers.hpp.