22 INLINE InterrogateMakeSeq::
34 INLINE InterrogateMakeSeq::
44 INLINE
void InterrogateMakeSeq::
46 InterrogateComponent::operator = (copy);
48 _seq_name = copy._seq_name;
49 _num_name = copy._num_name;
50 _element_name = copy._element_name;
68 INLINE
const string &InterrogateMakeSeq::
69 get_seq_name()
const {
78 INLINE
const string &InterrogateMakeSeq::
79 get_num_name()
const {
88 INLINE
const string &InterrogateMakeSeq::
89 get_element_name()
const {
Represents a synthetic method created via the MAKE_SEQ() macro.
void input(istream &in)
Reads the data file as previously formatted by output().
The base class for things that are part of the interrogate database.
void output(ostream &out) const
Formats the InterrogateMakeSeq data for output to a data file.
TypeIndex get_class() const
Return the class that owns the make_seq.