![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
General-purpose boolean predicates. More...
Namespaces | |
| namespace | ts |
| TSDuck namespace, containing all TSDuck classes and functions. | |
Functions | |
| bool | ts::And (bool arg1, bool arg2) |
| BoolPredicate "and". | |
| bool | ts::Identity (bool arg) |
| MonoBoolPredicate identity. | |
| bool | ts::MultiAnd (std::initializer_list< bool > args) |
| MultiBoolPredicate "and". | |
| bool | ts::MultiNand (std::initializer_list< bool > args) |
| MultiBoolPredicate "nand". | |
| bool | ts::MultiNor (std::initializer_list< bool > args) |
| MultiBoolPredicate "nor". | |
| bool | ts::MultiOr (std::initializer_list< bool > args) |
| MultiBoolPredicate "or". | |
| bool | ts::Nand (bool arg1, bool arg2) |
| BoolPredicate "nand". | |
| bool | ts::Nor (bool arg1, bool arg2) |
| BoolPredicate "nor". | |
| bool | ts::Not (bool arg) |
| MonoBoolPredicate "not". | |
| bool | ts::Or (bool arg1, bool arg2) |
| BoolPredicate "or". | |
| bool | ts::Xor (bool arg1, bool arg2) |
| BoolPredicate "exclusive or". | |
General-purpose boolean predicates.