|  | 
| enum | Iteration { I_CLASS = 0, 
I_EXPRESSION = 1, 
I_SET = 2, 
I_DCLASS
 } | 
|  | 
|  | 
|  | StructureMember (_Read r, std::string m, std::string p="", Iteration i=I_CLASS) | 
|  | 
| Class * | get_class (Metadata *metadata) const | 
|  | 
| ReturnType | get_return_type () const | 
|  | 
| bool | used_as_expression () const | 
|  | 
| Iteration | getIteration () const | 
|  | 
| _Read | read () const | 
|  | 
| void | write (word32 *storage) const | 
|  | 
| void | read (word32 *storage) | 
|  | 
| uint32 | get_size () | 
|  | 
Definition at line 115 of file structure_member.h.
 
The documentation for this class was generated from the following files: