Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Attributes | List of all members
proteus::StoreMessage Struct Reference

#include <MPIHelpers.h>

Collaboration diagram for proteus::StoreMessage:
Collaboration graph
[legend]

Public Attributes

HashT Hash
 
std::vector< char > Data
 
bool IsDynLib
 

Detailed Description

Wire-format message for store operations: [HashSize, HashStr, IsDynLib, DataSize, Data].

Member Data Documentation

◆ Data

std::vector<char> proteus::StoreMessage::Data

◆ Hash

HashT proteus::StoreMessage::Hash

◆ IsDynLib

bool proteus::StoreMessage::IsDynLib

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