Definition at line 14 of file logic_test.cpp.
◆ CPPUNIT_TEST() [1/3]
◆ CPPUNIT_TEST() [2/3]
◆ CPPUNIT_TEST() [3/3]
LogicTest::CPPUNIT_TEST |
( |
logicor |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
LogicTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ logicand()
void LogicTest::logicand |
( |
| ) |
|
|
protected |
Definition at line 33 of file logic_test.cpp.
34{
35 bool input1 [4] = { true, true, false, true };
36 bool input2 [4] = { false, true, false, false };
37
38 bool output [4];
40
45}
#define CPPUNIT_ASSERT(X)
GLuint GLenum GLenum transform
◆ logicnot()
void LogicTest::logicnot |
( |
| ) |
|
|
protected |
Definition at line 46 of file logic_test.cpp.
47{
48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 };
49
52}
_STLP_INLINE_LOOP void count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size &__n)
GLenum GLenum GLenum input
◆ logicor()
void LogicTest::logicor |
( |
| ) |
|
|
protected |
Definition at line 53 of file logic_test.cpp.
54{
55 bool input1 [4] = { true, true, false, true };
56 bool input2 [4] = { false, true, false, false };
57
58 bool output [4];
60
65}
The documentation for this class was generated from the following file: