ztsdb
Public Member Functions | Public Attributes | List of all members
val::VClos Struct Reference

#include <valuevar.hpp>

Public Member Functions

 VClos (const Function *f_a)
 
 VClos (const VClos &v)
 
 VClos (VClos &&v)
 
VClosoperator= (const VClos &v)
 
VClosoperator= (VClos &&v)
 
VClosswap (VClos &v)
 

Public Attributes

std::shared_ptr< Functionf
 
map< string, int > argMap
 
int ellipsisPos
 

Detailed Description

Closure value. This type is the result of the evaluation of a function definition.


The documentation for this struct was generated from the following files: