| 158 | } |
| 159 | |
| 160 | bool MetaInfoInterface::metaValueExists(const String& name) const |
| 161 | { |
| 162 | if (meta_ == nullptr) |
| 163 | { |
| 164 | return false; |
| 165 | } |
| 166 | return meta_->exists(name); |
| 167 | } |
| 168 | |
| 169 | bool MetaInfoInterface::metaValueExists(UInt index) const |
| 170 | { |