1 |
5.4593 |
__magnumdb__enum_sstream_1::_Constant |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
_Constant = 2, // set if character array nonmutable
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\sstream(74,0) |
- If _STL_COMPILER_PREPROCESSOR
|
2 |
1.930154 |
__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
|
3 |
1.544123 |
__magnumdb__enum_sstream_1 |
Enum |
|
|
|
|
|
|
enum { // constants for bits in stream state
_Allocated = 1, // set if character array storage has been allocated, eback() points to allocated storage
_Constant = 2, // set if character array nonmutable
_Noread = 4, // set if character array cannot be read
_Append = 8, // set if all writes are appends
_Atend = 16 // set if initial writes are appends
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\sstream(72,0) |
- If _STL_COMPILER_PREPROCESSOR
|