Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
shamrock::solvergraph::DDSharedBuffers< T > Class Template Reference

Interface for a solver graph edge representing a buffer contained in a distributed data shared. More...

#include <shamrock/include/shamrock/solvergraph/DDSharedBuffers.hpp>

+ Inheritance diagram for shamrock::solvergraph::DDSharedBuffers< T >:
+ Collaboration diagram for shamrock::solvergraph::DDSharedBuffers< T >:

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
 
- Public Member Functions inherited from shamrock::solvergraph::IEdge
std::string get_label () const
 
std::string get_tex_symbol () const
 
- Public Member Functions inherited from shambase::WithUUID< IEdge, u64 >
u64 get_uuid () const
 Get the uuid of the class.
 
 WithUUID ()
 Constructor of the class.
 
- Public Member Functions inherited from shamrock::solvergraph::IFreeable
virtual ~IFreeable ()
 Virtual destructor.
 

Public Attributes

DDSharedDeviceBuffer< T > buffers
 

Additional Inherited Members

- Protected Attributes inherited from shambase::WithUUID< IEdge, u64 >
u64 uuid
 The unique identifier of the class.
 

Detailed Description

template<class T>
class shamrock::solvergraph::DDSharedBuffers< T >

Interface for a solver graph edge representing a buffer contained in a distributed data shared.

Template Parameters
TThe primitive type of the buffer

Definition at line 38 of file DDSharedBuffers.hpp.

Member Function Documentation

◆ free_alloc()

template<class T >
virtual void shamrock::solvergraph::DDSharedBuffers< T >::free_alloc ( )
inlinevirtual

Free allocated memory.

Implements shamrock::solvergraph::IFreeable.

Definition at line 44 of file DDSharedBuffers.hpp.

◆ IEdgeNamed()

template<class T >
shamrock::solvergraph::IEdgeNamed::IEdgeNamed ( std::string  name,
std::string  texsymbol 
)
inline

Definition at line 28 of file IEdgeNamed.hpp.

Member Data Documentation

◆ buffers

template<class T >
DDSharedDeviceBuffer<T> shamrock::solvergraph::DDSharedBuffers< T >::buffers

Definition at line 42 of file DDSharedBuffers.hpp.


The documentation for this class was generated from the following file: