Interface Documentation
Version: invalid
Public Types | Public Member Functions | List of all members
flecsi::topo::simple_entry< T > Class Template Reference

a convenience class which associates a simple ID with type T More...

#include <index_space.hh>

Public Types

using id_t = simple_id
 

Public Member Functions

 simple_entry (id_t id, const T &entry)
 Constructor to associate an id with an entry.
 
 operator T () const
 Conversion operator.
 
auto entry_id () const
 Get the entry ID.
 
id_t index_space_id () const
 Get the index space ID.
 

Detailed Description

template<typename T>
class flecsi::topo::simple_entry< T >

a convenience class which associates a simple ID with type T


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