Definition at line 120 of file field_desc.
◆ field_desc_opts() [1/2]
tools::sg::field_desc_opts::field_desc_opts |
( |
const std::string & |
a_name, |
|
|
const std::string & |
a_class, |
|
|
offset_t |
a_offset, |
|
|
bool |
a_editable, |
|
|
size_t |
a_num, |
|
|
|
... |
|
) |
| |
|
inline |
Definition at line 123 of file field_desc.
124 :parent(a_name,a_class,a_offset,a_editable)
127 va_start(args,a_num);
128 for(
size_t index=0;index<a_num;index++) {
129 char* _value = va_arg(args,
char*);
◆ ~field_desc_opts()
virtual tools::sg::field_desc_opts::~field_desc_opts |
( |
| ) |
|
|
inlinevirtual |
◆ field_desc_opts() [2/2]
tools::sg::field_desc_opts::field_desc_opts |
( |
const field_desc_opts & |
a_from | ) |
|
|
inline |
◆ operator=()
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/field_desc