xo-expression2: + DVariable
This commit is contained in:
parent
33c4e2dc0a
commit
a23307aabb
3 changed files with 76 additions and 0 deletions
19
src/expression2/DVariable.cpp
Normal file
19
src/expression2/DVariable.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @file DVariable.cpp
|
||||
*
|
||||
* @author Roland Conybeare, Jan 2026
|
||||
**/
|
||||
|
||||
#include "DVariable.hpp"
|
||||
#include "exprtype.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
void
|
||||
DVariable::assign_valuetype(TypeDescr td) noexcept
|
||||
{
|
||||
typeref_.resolve(td);
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end DVariable.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue