Loading...
Searching...
No Matches
Go to the documentation of this file.
58#ifndef __SYSTEMC_EXT_DT_FX_SCFX_STRING_HH__
59#define __SYSTEMC_EXT_DT_FX_SCFX_STRING_HH__
98 operator const char * ();
116 char *temp =
new char[
m_alloc];
118 for (
int j = 0; j < (int)
m_len; ++j) {
170 for (
int j = i + 1; j < (int)
m_len; ++j)
191inline scfx_string::operator
const char * ()
Generated on Sat Oct 18 2025 08:06:46 for gem5 by doxygen 1.14.0