Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
shamrock::solvergraph::Indexes< Tint > Class Template Reference
Inheritance diagram for shamrock::solvergraph::Indexes< Tint >:
Collaboration diagram for shamrock::solvergraph::Indexes< Tint >:

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.

Static Public Member Functions

static std::shared_ptr< Indexes< Tint > > make_shared (std::string name, std::string texsymbol)

Public Attributes

shambase::DistributedData< Tint > indexes

Additional Inherited Members

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

Detailed Description

template<class Tint>
class shamrock::solvergraph::Indexes< Tint >

Definition at line 26 of file Indexes.hpp.

Member Function Documentation

◆ free_alloc()

template<class Tint>
virtual void shamrock::solvergraph::Indexes< Tint >::free_alloc ( )
inlinevirtual

Free allocated memory.

Implements shamrock::solvergraph::IFreeable.

Definition at line 31 of file Indexes.hpp.

◆ IEdgeNamed()

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

Definition at line 28 of file IEdgeNamed.hpp.

◆ make_shared()

template<class Tint>
std::shared_ptr< Indexes< Tint > > shamrock::solvergraph::Indexes< Tint >::make_shared ( std::string name,
std::string texsymbol )
inlinestatic

Definition at line 33 of file Indexes.hpp.

Member Data Documentation

◆ indexes

template<class Tint>
shambase::DistributedData<Tint> shamrock::solvergraph::Indexes< Tint >::indexes

Definition at line 29 of file Indexes.hpp.


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