Home
last modified time | relevance | path

Searched defs:SpDPtr (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtypetraits.hpp541 struct SpDPtr: public BaseGDL struct
550 SizeT NBytes() const in NBytes()
555 static const bool IS_INTEGER = false;
556 static const bool IS_SIGNED = false;
557 static const bool IS_NUMERIC = false;
558 static const bool IS_FLOAT = false;
582 ~SpDPtr(); argument
H A Dtypetraits.cpp244 SpDPtr::SpDPtr(): BaseGDL() {} in SpDPtr() function in SpDPtr
245 SpDPtr::SpDPtr( const dimension& dim_): BaseGDL(dim_) {} in SpDPtr() function in SpDPtr