Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtypetraits.hpp586 struct SpDObj: public BaseGDL struct
595 SizeT NBytes() const in NBytes()
600 static const bool IS_INTEGER = false;
601 static const bool IS_SIGNED = false;
602 static const bool IS_NUMERIC = false;
603 static const bool IS_FLOAT = false;
627 ~SpDObj(); argument
H A Dtypetraits.cpp248 SpDObj::SpDObj(): BaseGDL() {} in SpDObj() function in SpDObj
249 SpDObj::SpDObj( const dimension& dim_): BaseGDL(dim_) {} in SpDObj() function in SpDObj