| 367 | | void pushToInline (const UInt8& value ); |
|---|
| 368 | | void insertIntoInline (UInt32 uiIndex, |
|---|
| 369 | | const UInt8& value ); |
|---|
| 370 | | void replaceInInline (UInt32 uiIndex, |
|---|
| 371 | | const UInt8& value ); |
|---|
| 372 | | void replaceInInline (const UInt8& pOldElem, |
|---|
| 373 | | const UInt8& pNewElem); |
|---|
| 374 | | void removeFromInline (UInt32 uiIndex ); |
|---|
| 375 | | void removeFromInline(const UInt8& value ); |
|---|
| 376 | | void clearInline (void ); |
|---|
| 377 | | |
|---|
| 378 | | |
|---|
| | 367 | void pushToInline (const UInt8 &value ); |
|---|
| | 368 | void insertIntoInline ( UInt32 uiIndex, |
|---|
| | 369 | const UInt8 &value ); |
|---|
| | 370 | void replaceInInline ( UInt32 uiIndex, |
|---|
| | 371 | const UInt8 &value ); |
|---|
| | 372 | void replaceInInline (const UInt8 &pOldElem, |
|---|
| | 373 | const UInt8 &pNewElem); |
|---|
| | 374 | void removeFromInline ( UInt32 uiIndex ); |
|---|
| | 375 | void removeFromInline (const UInt8 &value ); |
|---|
| | 376 | void clearInline ( void ); |
|---|