diff --git a/parallelzone_cxx_api/ram_8hpp_source.html b/parallelzone_cxx_api/ram_8hpp_source.html index da2b4318..a8b61bb7 100644 --- a/parallelzone_cxx_api/ram_8hpp_source.html +++ b/parallelzone_cxx_api/ram_8hpp_source.html @@ -97,7 +97,7 @@
25 
26 namespace detail_ {
27 
-
28 class RAMPIMPL;
+
28 struct RAMPIMPL;
29 }
30 
44 class RAM {
diff --git a/parallelzone_cxx_api/resource__set_8hpp_source.html b/parallelzone_cxx_api/resource__set_8hpp_source.html index 79da5272..2dadd744 100644 --- a/parallelzone_cxx_api/resource__set_8hpp_source.html +++ b/parallelzone_cxx_api/resource__set_8hpp_source.html @@ -94,7 +94,7 @@
22 namespace parallelzone::runtime {
23 
24 namespace detail_ {
-
25 class ResourceSetPIMPL;
+
25 struct ResourceSetPIMPL;
26 }
27 
55 class ResourceSet {
@@ -172,8 +172,8 @@
parallelzone::runtime::ResourceSet::size_type
std::size_t size_type
Unsigned type used for offsets and indexing.
Definition: resource_set.hpp:58
parallelzone::runtime::ResourceSet::null
bool null() const noexcept
True if *this is a null ResourceSet.
Definition: resource_set.cpp:74
parallelzone::runtime::ResourceSet::is_mine
bool is_mine() const noexcept
Determines if the resource set is owned by the current process.
Definition: resource_set.cpp:52
-
parallelzone::runtime::ResourceSet::swap
void swap(ResourceSet &other) noexcept
Exchanges the state of two ResourceSet objects.
Definition: resource_set.cpp:81
-
parallelzone::runtime::ResourceSet::empty
bool empty() const noexcept
True if *this contains no resources.
Definition: resource_set.cpp:76
+
parallelzone::runtime::ResourceSet::swap
void swap(ResourceSet &other) noexcept
Exchanges the state of two ResourceSet objects.
Definition: resource_set.cpp:83
+
parallelzone::runtime::ResourceSet::empty
bool empty() const noexcept
True if *this contains no resources.
Definition: resource_set.cpp:78
parallelzone::runtime::ResourceSet::ram
const_ram_reference ram() const
Retrieves the RAM for this resource set.
Definition: resource_set.cpp:60
parallelzone::runtime::ResourceSet::mpi_rank
size_type mpi_rank() const noexcept
The MPI rank of the process who owns *this.
Definition: resource_set.cpp:48
parallelzone::runtime::ResourceSet::has_ram
bool has_ram() const noexcept
Does this ResourceSet have RAM?
Definition: resource_set.cpp:58
diff --git a/parallelzone_cxx_api/runtime__view_8hpp_source.html b/parallelzone_cxx_api/runtime__view_8hpp_source.html index 8a847fcb..2e92067f 100644 --- a/parallelzone_cxx_api/runtime__view_8hpp_source.html +++ b/parallelzone_cxx_api/runtime__view_8hpp_source.html @@ -93,7 +93,7 @@
21 
22 namespace parallelzone::runtime {
23 namespace detail_ {
-
24 class RuntimeViewPIMPL;
+
24 struct RuntimeViewPIMPL;
25 }
26 
52 class RuntimeView {