#include <pac.h>
Inheritance diagram for AttrByteOrder:


Public Member Functions | |
| AttrByteOrder (Expr *arg_is_little_endian) | |
| Expr * | IsLittleEndian () const |
Protected Attributes | |
| Expr * | is_little_endian |
|
|
Definition at line 877 of file pac.h.
00878 : Attr(ATTR_BYTEORDER), 00879 is_little_endian(arg_is_little_endian) {} |
|
|
Definition at line 881 of file pac.h. References is_little_endian. Referenced by RecordField::genParseCode(), and TypeDecl::ProcessAttr().
00881 { return is_little_endian; }
|
|
|
Definition at line 884 of file pac.h. Referenced by IsLittleEndian(). |
1.3.5