| 361 | } |
| 362 | |
| 363 | bool |
| 364 | MetaArray::ElementByteOrderFix() |
| 365 | { |
| 366 | if (m_BinaryDataByteOrderMSB != MET_SystemByteOrderMSB()) |
| 367 | { |
| 368 | ElementByteOrderSwap(); |
| 369 | return true; |
| 370 | } |
| 371 | return true; |
| 372 | } |
| 373 | |
| 374 | bool |
| 375 | MetaArray::ConvertElementDataTo(MET_ValueEnumType _toElementType, |
no test coverage detected