akregator
c4_ColOfInts Class Reference
#include <column.h>

Detailed Description
Definition at line 112 of file column.h.
Public Member Functions | |
| c4_ColOfInts (c4_Persist *persist_, int width_=sizeof(t4_i32)) | |
| void | FixSize (bool fudge_) |
| void | FlipBytes () |
| void | ForceFlip () |
| const void * | Get (int index_, int &length_) |
| t4_i32 | GetInt (int index_) |
| void | Insert (int index_, const c4_Bytes &buf_, int count_) |
| int | ItemSize (int index_) |
| void | Remove (int index_, int count_) |
| int | RowCount () const |
| void | Set (int index_, const c4_Bytes &buf_) |
| void | SetAccessWidth (int bits_) |
| void | SetInt (int index_, t4_i32 value_) |
| void | SetRowCount (int numRows_) |
Static Public Member Functions | |
| static int | CalcAccessWidth (int numRows_, t4_i32 colSize_) |
| static int | DoCompare (const c4_Bytes &b1_, const c4_Bytes &b2_) |
Constructor & Destructor Documentation
| c4_ColOfInts::c4_ColOfInts | ( | c4_Persist * | persist_, | |
| int | width_ = sizeof(t4_i32) | |||
| ) |
Definition at line 1085 of file column.cpp.
Member Function Documentation
| int c4_ColOfInts::CalcAccessWidth | ( | int | numRows_, | |
| t4_i32 | colSize_ | |||
| ) | [static] |
Definition at line 1099 of file column.cpp.
Definition at line 1310 of file column.cpp.
| void c4_ColOfInts::FixSize | ( | bool | fudge_ | ) |
Definition at line 1411 of file column.cpp.
| void c4_ColOfInts::FlipBytes | ( | ) |
Definition at line 1148 of file column.cpp.
| void c4_ColOfInts::ForceFlip | ( | ) |
Definition at line 1089 of file column.cpp.
| const void * c4_ColOfInts::Get | ( | int | index_, | |
| int & | length_ | |||
| ) |
Definition at line 1228 of file column.cpp.
| t4_i32 c4_ColOfInts::GetInt | ( | int | index_ | ) |
Definition at line 1299 of file column.cpp.
| void c4_ColOfInts::Insert | ( | int | index_, | |
| const c4_Bytes & | buf_, | |||
| int | count_ | |||
| ) |
Definition at line 1320 of file column.cpp.
| int c4_ColOfInts::ItemSize | ( | int | index_ | ) |
Definition at line 1224 of file column.cpp.
| void c4_ColOfInts::Remove | ( | int | index_, | |
| int | count_ | |||
| ) |
Definition at line 1340 of file column.cpp.
| int c4_ColOfInts::RowCount | ( | ) | const |
Definition at line 1093 of file column.cpp.
| void c4_ColOfInts::Set | ( | int | index_, | |
| const c4_Bytes & | buf_ | |||
| ) |
Definition at line 1237 of file column.cpp.
| void c4_ColOfInts::SetAccessWidth | ( | int | bits_ | ) |
Definition at line 1166 of file column.cpp.
| void c4_ColOfInts::SetInt | ( | int | index_, | |
| t4_i32 | value_ | |||
| ) |
Definition at line 1306 of file column.cpp.
| void c4_ColOfInts::SetRowCount | ( | int | numRows_ | ) |
Definition at line 1139 of file column.cpp.
Member Data Documentation
| double c4_ColOfInts::_aligner |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference