Snap! Websites
An Open Source CMS System in C++
Handle operator types to string and from string. More...
Go to the source code of this file.
Classes struct as2js::anonymous_namespace{node_operator.cpp}::operator_to_string_t Structure to define an operator. More...The as2js compiler allows you to overload operators in your classes. This feature requires us to know about the operator name as a string, not just a type such as NODE_ADD. This file implements two functions to convert operators types to and from strings.
Definition in file node_operator.cpp.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.
Snap! Websites
An Open Source CMS System in C++