#include <FieldInclusionType.hpp>
Public Member Functions | |
Field (Type *t, ConstantValue bf, const std::string &n) | |
Field (Type *t, const std::string &n) | |
Data Fields | |
Type * | type |
ConstantValue | bitField |
std::string | name |
Definition at line 41 of file FieldInclusionType.hpp.
cfront::Field::Field | ( | Type * | t, | |
ConstantValue | bf, | |||
const std::string & | n | |||
) | [inline] |
Definition at line 45 of file FieldInclusionType.hpp.
cfront::Field::Field | ( | Type * | t, | |
const std::string & | n | |||
) | [inline] |
Definition at line 47 of file FieldInclusionType.hpp.
Definition at line 42 of file FieldInclusionType.hpp.
Referenced by CParserTest::testAddNameAndTypeStructUnion().
Definition at line 43 of file FieldInclusionType.hpp.
Referenced by CParserTest::testAddNameAndTypeStructUnion().
std::string cfront::Field::name |
Definition at line 44 of file FieldInclusionType.hpp.