◆ Container() [1/2]
PHV::Container::Container |
( |
| ) |
|
|
inline |
Construct an empty container. Most operations aren't defined on empty containers. (Use operator bool()
to check if a container is empty.)
◆ Container() [2/2]
PHV::Container::Container |
( |
PHV::Type | t, |
|
|
unsigned | index ) |
|
inline |
Construct a container from kind
and index
- e.g., (Kind::B, 0) for container B0.
◆ operator bool()
PHV::Container::operator bool |
( |
| ) |
const |
|
inlineexplicit |
- Returns
- true if this container is nonempty (i.e., refers to an actual PHV container).
◆ toString()
cstring PHV::Container::toString |
( |
| ) |
const |
- Returns
- a string representation of this container.
The documentation for this class was generated from the following files: