1 |
4.469151 |
__magnumdb__enum_strstream_1::_Dynamic |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
_Dynamic = 4, // set if character array length grows on demand
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\strstream(32,0) |
- If _STL_COMPILER_PREPROCESSOR
|
2 |
1.975104 |
__magnumdb__enum_strstream_1 |
Enum |
|
|
|
|
|
|
enum { // constants for bits in stream state
_Allocated = 1, // set if character array storage has been allocated
_Constant = 2, // set if character array immutable
_Dynamic = 4, // set if character array length grows on demand
_Frozen = 8
}; // set if character array ownership given away
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\strstream(29,0) |
- If _STL_COMPILER_PREPROCESSOR
|