|
souffle
2.0.2-371-g6315b36
|

Public Member Functions | |
| const std::vector< T > & | getVector () const |
| bool | isValid () const |
| NullableVector ()=default | |
| NullableVector (std::vector< T > vector) | |
Private Attributes | |
| bool | valid = false |
| std::vector< T > | vector |
Definition at line 69 of file InlineRelations.cpp.
|
default |
|
inline |
Definition at line 82 of file InlineRelations.cpp.
|
inline |
Definition at line 88 of file InlineRelations.cpp.
|
inline |
Definition at line 84 of file InlineRelations.cpp.
|
private |
Definition at line 78 of file InlineRelations.cpp.
|
private |
Definition at line 77 of file InlineRelations.cpp.
1.8.17