From 51445acd9ae198ea1c3fdf26d9cf24f78d6b9113 Mon Sep 17 00:00:00 2001 From: ryanmrichard Date: Tue, 14 May 2024 20:12:30 +0000 Subject: [PATCH] deploy: c33ccb7827b483740cab2d9bc8c0b1e26820843d --- parallelzone_cxx_api/ram_8hpp_source.html | 2 +- parallelzone_cxx_api/resource__set_8hpp_source.html | 6 +++--- parallelzone_cxx_api/runtime__view_8hpp_source.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 @@
std::size_t size_type
Unsigned type used for offsets and indexing.
Definition: resource_set.hpp:58
bool null() const noexcept
True if *this is a null ResourceSet.
Definition: resource_set.cpp:74
bool is_mine() const noexcept
Determines if the resource set is owned by the current process.
Definition: resource_set.cpp:52
-
void swap(ResourceSet &other) noexcept
Exchanges the state of two ResourceSet objects.
Definition: resource_set.cpp:81
-
bool empty() const noexcept
True if *this contains no resources.
Definition: resource_set.cpp:76
+
void swap(ResourceSet &other) noexcept
Exchanges the state of two ResourceSet objects.
Definition: resource_set.cpp:83
+
bool empty() const noexcept
True if *this contains no resources.
Definition: resource_set.cpp:78
const_ram_reference ram() const
Retrieves the RAM for this resource set.
Definition: resource_set.cpp:60
size_type mpi_rank() const noexcept
The MPI rank of the process who owns *this.
Definition: resource_set.cpp:48
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 {