View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
core
shmvector.h
Go to the documentation of this file.
1
#ifndef SHMVECTOR_H
2
#define SHMVECTOR_H
3
4
//#include "shm_array.h"
5
#include "
shm.h
"
6
#include "
shm_array.h
"
7
#include "
shm_reference.h
"
8
/* this is already defined in shm.h
9
namespace vistle {
10
11
template<class T>
12
using ShmVector = shm_array_ref<shm_array<T, typename shm<T>::allocator>>;
13
14
}*/
15
16
#endif
shm.h
shm_array.h
shm_reference.h