Streams
Enumerations
Enum class that enumerates the different stream manipulators. |
Classes
Helper class for adding a potentially negative value to the stream, overload for unsigned types |
|
Helper class for adding a potentially negative value to the stream, overload for signed types |
|
provides a specialization for std::hash for the buffer class. An std::hash<std::shared_ptr<…» object is created and its function call operator is used to hash the contents of the shared_ptr. The returned hash is actually the result of (size_t) object.get_impl().get() |
|
Provides access to protected functions of the nd_item class |
|
Class that encapsulates a precision stream manipulator. |
|
Class that encapsulates a buffer that can be passed to the device and streamed to. Used for debugging. Host only. |
|
Specialization of stream_vec for kVecPart = 16 and kEnabled = true. stream_vec. |
|
Specialization of stream_vec for kVecPart = 2 and kEnabled = true. |
|
Specialization of stream_vec for kVecPart = 3 and kEnabled = true. stream_vec. |
|
Specialization of stream_vec for kVecPart = 4 and kEnabled = true. stream_vec. |
|
Specialization of stream_vec for kVecPart = 8 and kEnabled = true. stream_vec. |
|
Template struct that contains a function call operator that streams a vec object to a stream object. Class is specialized for each combination of kVecPart specifying the part of a vector to stream and kEnabled specifying whether it streamed or not. This is the default template that does nothing. |
|
An instance of this class is returned when calling setw |
Functions
Converts a digit into a char |
|
Inline function that appends a bool value to the a object. |
|
Inline function that appends a char value to the a object. |
|
MISSING |
|
MISSING |
|
Appends an index_array object to the stream |
|
Inline function that appends a string value to a stream object. |
|
Appends a string representation of a type to the stream |
|
MISSING |
|
Inline function that constructs a precision_manipulator object, used in conjunction with stream operators. |
|
Creates a stream manipulator for setting the stream width |
|
MISSING |
|
MISSING |
|
Calculates the length of a C-style string |