| void scl::runtime_memory_block::explain_element | ( | const std::string & | name, |
| const T & | value ) |
Fill in a memory with given data.
| T | The type of parameter. |
| [in] | name | The name of parameter. |
| [in] | value | The value of parameter. |
Only allow explain the memory block with parameter that already added.
Offest the begin_ to correct position.
Writing the value of parameter.
Definition at line 119 of file RuntimeMemoryBlock.h.