Go to the source code of this file.
Classes | |
| struct | LbmEntryInfo | 
| Structure that associates a scratch buffer with each bitmap entry under construction.  More... | |
| class | LbmEntryTest | 
| Testcase for LbmEntry class.  More... | |
Typedefs | |
| typedef boost::shared_ptr< LbmEntryInfo >  | SharedLbmEntryInfo | 
Enumerations | |
| enum | EntryType {  SBM_ADJ, SGT_ADJ, CMP_ADJ, SBM_NADJ, SGT_NADJ, CMP_NADJ, SBM_OVLP, SGT_OVLP, CMP_OVLP }  | 
Functions | |
| FENNEL_UNIT_TEST_SUITE (LbmEntryTest) | |
| typedef boost::shared_ptr<LbmEntryInfo> SharedLbmEntryInfo | 
Definition at line 43 of file LbmEntryTest.cpp.
| enum EntryType | 
Definition at line 45 of file LbmEntryTest.cpp.
00045 { 00046 SBM_ADJ, // 0 - single bitmap, adjacent to previous 00047 SGT_ADJ, // 1 - singleton, adjacent to previous 00048 CMP_ADJ, // 2 - compressed, adjacent to previous 00049 SBM_NADJ, // 3 - single bitmap, non-adjacent to previous 00050 SGT_NADJ, // 4 - singleton, non-adjacent to previous 00051 CMP_NADJ, // 5 - compressed, non-adjacent to previous 00052 SBM_OVLP, // 6 - single bitmap, overlaps previous 00053 SGT_OVLP, // 7 - singleton, overlaps previous 00054 CMP_OVLP // 8 - compressed, overlaps previous 00055 };
| FENNEL_UNIT_TEST_SUITE | ( | LbmEntryTest | ) | 
 1.5.1