A pseudo-container class to print the given zone to stdout. This is given to AnsContainer.
More...
#include <ans_vec.hh>
|
| | PrintContainer (bool isQuiet) |
| | Constructor.
|
| |
|
std::size_t | size () const |
| | Returns the count of output zones.
|
| |
|
void | push_back (const Zone &ans) |
| |
|
void | clear () |
| | Resets the count of output zones.
|
| |
|
void | reserve (std::size_t) |
| | Does nothing.
|
| |
A pseudo-container class to print the given zone to stdout. This is given to AnsContainer.
- Note
- This class does not contain any zones, but just print to stdout and counts the number.
◆ PrintContainer()
| PrintContainer::PrintContainer |
( |
bool |
isQuiet | ) |
|
|
inline |
Constructor.
- Parameters
-
| [in] | isQuiet | If isQuiet is true, this class does not print anything. |
The documentation for this class was generated from the following file: