CXXR (C++ R)
Namespaces | Functions
Frame.cpp File Reference

($Id: Frame.cpp 1397 2013-08-16 18:25:59Z arr $)

Implementation of class CXXR:Frame and CXXR::Frame::Binding. More...

#include "CXXR/Frame.hpp"
#include "localization.h"
#include "R_ext/Error.h"
#include "CXXR/Evaluator.h"
#include "CXXR/FunctionBase.h"
#include "CXXR/GCStackRoot.hpp"
#include "CXXR/Promise.h"
Include dependency graph for Frame.cpp:

Namespaces

namespace  CXXR
 Namespace for the CXXR project.

Functions

void CXXR::frameReadPairList (Frame *frame, PairList *bindings)
 Incorporate bindings defined by a PairList into a Frame.
bool CXXR::isMissingArgument (const Symbol *sym, Frame *frame)
 Does a Symbol correspond to a missing argument?

Detailed Description

Implementation of class CXXR:Frame and CXXR::Frame::Binding.