|
cartobase 6.0.6
|
#include <cartobase/type/byte_order.h>
Public Member Functions | |
| ByteSwapper (int bo=byteOrder()) | |
| ByteSwapper (const std::string &bos) | |
| bool | isSwapped () const |
| bool | setSwapped (bool s) |
| void | reorder (signed char &p) const |
| void | reorder (unsigned char &p) const |
| void | reorder (short &p) const |
| void | reorder (unsigned short &p) const |
| void | reorder (int &p) const |
| void | reorder (unsigned int &p) const |
| void | reorder (long &p) const |
| void | reorder (unsigned long &p) const |
| void | reorder (long long &p) const |
| void | reorder (unsigned long long &p) const |
| void | reorder (float &p) const |
| void | reorder (double &p) const |
| void | reorder (long double &p) const |
| void | reorder (std::complex< float > &p) const |
| void | reorder (std::complex< double > &p) const |
| void | reorder (std::complex< long double > &p) const |
| std::istream & | read (std::istream &, short &p) const |
| std::istream & | read (std::istream &, unsigned short &p) const |
| std::istream & | read (std::istream &, int &p) const |
| std::istream & | read (std::istream &, unsigned int &p) const |
| std::istream & | read (std::istream &, long &p) const |
| std::istream & | read (std::istream &, unsigned long &p) const |
| std::istream & | read (std::istream &, long long &p) const |
| std::istream & | read (std::istream &, unsigned long long &p) const |
| std::istream & | read (std::istream &, float &p) const |
| std::istream & | read (std::istream &, double &p) const |
| std::istream & | read (std::istream &, long double &p) const |
| std::ostream & | write (std::ostream &, short &p) const |
| std::ostream & | write (std::ostream &, unsigned short &p) const |
| std::ostream & | write (std::ostream &, int &p) const |
| std::ostream & | write (std::ostream &, unsigned int &p) const |
| std::ostream & | write (std::ostream &, long &p) const |
| std::ostream & | write (std::ostream &, unsigned long &p) const |
| std::ostream & | write (std::ostream &, long long &p) const |
| std::ostream & | write (std::ostream &, unsigned long long &p) const |
| std::ostream & | write (std::ostream &, float &p) const |
| std::ostream & | write (std::ostream &, double &p) const |
| std::ostream & | write (std::ostream &, long double &p) const |
Definition at line 61 of file byte_order.h.
| carto::ByteSwapper::ByteSwapper | ( | int | bo = byteOrder() | ) |
| carto::ByteSwapper::ByteSwapper | ( | const std::string & | bos | ) |
|
inline |
Definition at line 70 of file byte_order.h.
|
inline |
Definition at line 383 of file byte_order.h.
|
inline |
Definition at line 374 of file byte_order.h.
|
inline |
Definition at line 315 of file byte_order.h.
|
inline |
Definition at line 335 of file byte_order.h.
|
inline |
Definition at line 393 of file byte_order.h.
|
inline |
Definition at line 355 of file byte_order.h.
|
inline |
Definition at line 295 of file byte_order.h.
|
inline |
Definition at line 325 of file byte_order.h.
|
inline |
Definition at line 345 of file byte_order.h.
|
inline |
Definition at line 365 of file byte_order.h.
|
inline |
Definition at line 305 of file byte_order.h.
|
inline |
Definition at line 248 of file byte_order.h.
|
inline |
Definition at line 243 of file byte_order.h.
|
inline |
Definition at line 213 of file byte_order.h.
|
inline |
Definition at line 223 of file byte_order.h.
|
inline |
Definition at line 253 of file byte_order.h.
|
inline |
Definition at line 233 of file byte_order.h.
|
inline |
Definition at line 203 of file byte_order.h.
|
inline |
Definition at line 193 of file byte_order.h.
|
inline |
Definition at line 270 of file byte_order.h.
References reorder().
|
inline |
Definition at line 258 of file byte_order.h.
References reorder().
|
inline |
Definition at line 282 of file byte_order.h.
References reorder().
|
inline |
Definition at line 198 of file byte_order.h.
|
inline |
Definition at line 218 of file byte_order.h.
|
inline |
Definition at line 228 of file byte_order.h.
|
inline |
Definition at line 238 of file byte_order.h.
|
inline |
Definition at line 208 of file byte_order.h.
|
inline |
Definition at line 71 of file byte_order.h.
|
inline |
Definition at line 493 of file byte_order.h.
|
inline |
Definition at line 483 of file byte_order.h.
|
inline |
Definition at line 423 of file byte_order.h.
|
inline |
Definition at line 443 of file byte_order.h.
|
inline |
Definition at line 503 of file byte_order.h.
|
inline |
Definition at line 473 of file byte_order.h.
|
inline |
Definition at line 403 of file byte_order.h.
|
inline |
Definition at line 433 of file byte_order.h.
|
inline |
Definition at line 453 of file byte_order.h.
|
inline |
Definition at line 463 of file byte_order.h.
|
inline |
Definition at line 413 of file byte_order.h.