16 class _nout wFltType:
public ntype {
18 nbool isImmutable()
const override;
19 const std::string& getName()
const override;
22 const impliAses& _getImpliAses()
const override;
23 const ases& _getAses()
const override;
35 const baseObj& getOrigin()
const override;
Base class for arithmetic operations on primitive types.
Definition: arithmeticObj.hpp:13
Collection of type converters.
Definition: ases.hpp:12
Base class for all objects in byeol language.
Definition: baseObj.hpp:24
Implicit type conversion collection.
Definition: impliAses.hpp:11
Float primitive type in byeol language.
Definition: nFlt.hpp:12
Native type system for byeol language.
Definition: ntype.hpp:19
Definition: primitiveObj.hpp:13
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13