MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CInt128

Class CInt128

src/common/Int128.h:332–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330};
331
332class CInt128 : public Int128
333{
334public:
335 enum minmax {MkMax, MkMin};
336
337 CInt128(SINT64 value);
338 CInt128(minmax mm);
339 CInt128(const Int128& value)
340 {
341 set(value);
342 }
343};
344
345extern CInt128 MAX_Int128, MIN_Int128;
346

Callers 2

cvt.cppFile · 0.85
ticksToNanosecondsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected