MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / push_mshid

Method push_mshid

src/ini_load.hpp:81–90  ·  view source on GitHub ↗

---------------------------------- parse MSHID data */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected