Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::SimpleRemoteChannelInfo Class Reference

#include <channel.h>

Inheritance diagram for Realm::SimpleRemoteChannelInfo:
Collaboration diagram for Realm::SimpleRemoteChannelInfo:

Public Member Functions

 SimpleRemoteChannelInfo (NodeID _owner, XferDesKind _kind, uintptr_t _remote_ptr, const std::vector< Channel::SupportedPath > &_paths, const std::vector< Memory > &indirect_memories)
 
 SimpleRemoteChannelInfo (NodeID _owner, XferDesKind _kind, uintptr_t _remote_ptr, const std::vector< Channel::SupportedPath > &_paths)
 
virtual RemoteChannelcreate_remote_channel ()
 
template<typename S >
bool serialize (S &serializer) const
 
- Public Member Functions inherited from Realm::RemoteChannelInfo
virtual ~RemoteChannelInfo ()
 

Static Public Member Functions

template<typename S >
static RemoteChannelInfodeserialize_new (S &deserializer)
 
- Static Public Member Functions inherited from Realm::RemoteChannelInfo
template<typename S >
static RemoteChannelInfodeserialize_new (S &deserializer)
 

Protected Member Functions

 SimpleRemoteChannelInfo ()
 

Protected Attributes

NodeID owner
 
XferDesKind kind
 
uintptr_t remote_ptr
 
std::vector< Channel::SupportedPathpaths
 
std::vector< Memoryindirect_memories
 

Static Protected Attributes

static Serialization::PolymorphicSerdezSubclass< RemoteChannelInfo, SimpleRemoteChannelInfoserdez_subclass
 

Constructor & Destructor Documentation

◆ SimpleRemoteChannelInfo() [1/3]

Realm::SimpleRemoteChannelInfo::SimpleRemoteChannelInfo ( NodeID  _owner,
XferDesKind  _kind,
uintptr_t  _remote_ptr,
const std::vector< Channel::SupportedPath > &  _paths,
const std::vector< Memory > &  indirect_memories 
)

◆ SimpleRemoteChannelInfo() [2/3]

Realm::SimpleRemoteChannelInfo::SimpleRemoteChannelInfo ( NodeID  _owner,
XferDesKind  _kind,
uintptr_t  _remote_ptr,
const std::vector< Channel::SupportedPath > &  _paths 
)

◆ SimpleRemoteChannelInfo() [3/3]

Realm::SimpleRemoteChannelInfo::SimpleRemoteChannelInfo ( )
protected

Member Function Documentation

◆ create_remote_channel()

virtual RemoteChannel * Realm::SimpleRemoteChannelInfo::create_remote_channel ( )
virtual

◆ deserialize_new()

template<typename S >
static RemoteChannelInfo * Realm::SimpleRemoteChannelInfo::deserialize_new ( S &  deserializer)
static

◆ serialize()

template<typename S >
bool Realm::SimpleRemoteChannelInfo::serialize ( S &  serializer) const

Member Data Documentation

◆ indirect_memories

std::vector<Memory> Realm::SimpleRemoteChannelInfo::indirect_memories
protected

◆ kind

XferDesKind Realm::SimpleRemoteChannelInfo::kind
protected

◆ owner

NodeID Realm::SimpleRemoteChannelInfo::owner
protected

◆ paths

std::vector<Channel::SupportedPath> Realm::SimpleRemoteChannelInfo::paths
protected

◆ remote_ptr

uintptr_t Realm::SimpleRemoteChannelInfo::remote_ptr
protected

◆ serdez_subclass

Serialization::PolymorphicSerdezSubclass<RemoteChannelInfo, SimpleRemoteChannelInfo> Realm::SimpleRemoteChannelInfo::serdez_subclass
staticprotected

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