Boolean list.
More...
#include <Graph_data.h>
Boolean list.
It stores a Boolean list.
Use BooleanListIterator to access all elements into this collection.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
◆ BooleanList() [1/2]
| BooleanList::BooleanList |
( |
| ) |
|
Constructor.
This creates an empty list.
Referenced by Clear().
◆ BooleanList() [2/2]
| BooleanList::BooleanList |
( |
const std::vector< bool_t > & | v | ) |
|
◆ Add()
| void BooleanList::Add |
( |
sparksee::gdb::bool_t | value | ) |
|
|
inline |
Adds a Boolean at the end of the list.
- Parameters
-
◆ Count()
| int32_t BooleanList::Count |
( |
| ) |
const |
|
inline |
Number of elements in the list.
- Returns
- Number of elements in the list.
◆ Iterator()
The documentation for this class was generated from the following file: