Class MessageBucket::Description
Defined in File MessageBucketHost.h
Nested Relationships
This class is a nested type of Class MessageBucket.
Inheritance Relationships
Base Type
public flamegpu::MessageBucket::CDescription
(Class MessageBucket::CDescription)
Class Documentation
-
class Description : public flamegpu::MessageBucket::CDescription
User accessible interface to Bucket messages within mode description hierarchy
See also
Public Functions
-
Constructor, creates an interface to the MessageData
- Parameters:
data – Data store of this agent’s data
-
Description(const Description &other_message) = default
Copy constructor Creates a new interface to the same MessageData/ModelData
-
Description(Description &&other_message) = default
-
Description &operator=(const Description &other_message) = default
Assignment operator Assigns this interface to the same MessageData/ModelData
-
Description &operator=(Description &&other_message) = default
-
void setLowerBound(IntT key)
Set the (inclusive) minimum bound, this is the first valid key
Accessors
-
void setUpperBound(IntT key)
Set the (inclusive) maximum bound, this is the last valid key
-