100 ds & has_type_wildcard_;
101 ds & has_name_wildcard_;
110 for(
int i = 0; i < num_types; ++i){
113 atom_types_.push_back(type);
115 for(
int i = 0; i < num_names; ++i){
118 atom_names_.push_back(name);
120 for(
int i = 0; i < num_param; ++i){
123 parameters_.push_back(param);
127 int atom_types_size = atom_types_.size();
128 int atom_names_size = atom_names_.size();
129 int parameters_size = parameters_.size();
130 ds & atom_types_size;
131 ds & atom_names_size;
132 ds & parameters_size;
134 for(std::vector<String>::iterator i = atom_types_.begin();
135 i != atom_types_.end(); ++i){
138 for(std::vector<String>::iterator i = atom_names_.begin();
139 i != atom_names_.end(); ++i){
142 for(std::vector<Real>::iterator i = parameters_.begin();
143 i != parameters_.end(); ++i){