---------------------------------- parse MSHID data */
| 79 | ) : _init(_isrc) {} |
| 80 | /*---------------------------------- parse MSHID data */ |
| 81 | __normal_call void_type push_mshid ( |
| 82 | std::int32_t _FTAG , |
| 83 | jmsh_kind::enum_data _KIND |
| 84 | ) |
| 85 | { |
| 86 | this->_ftag = _FTAG ; |
| 87 | this->_kind = _KIND ; |
| 88 | this-> |
| 89 | _init->_kind = _KIND ; |
| 90 | } |
| 91 | /*---------------------------------- parse NDIMS data */ |
| 92 | __normal_call void_type push_ndims ( |
| 93 | std:: size_t _NDIM |
nothing calls this directly
no outgoing calls
no test coverage detected