#include <object_list.h>

Public Types

typedef last_node base_t
 

Static Public Member Functions

template<typename UnaryOp >
static void visit (const last_node &, const UnaryOp &)
 

Detailed Description

This class serves as a recursive basis case

Member Typedef Documentation

typedef last_node base_t

Base of this node

Member Function Documentation

static void visit ( const last_node ,
const UnaryOp &   
)
inlinestatic

Apply the given operator to the object in this node and to its parent


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