lestes::lang::cplus::sem::ss_operator_band Class Reference

This class represents the name of operator & . More...

#include <ss_decl_name.g.hh>

Inheritance diagram for lestes::lang::cplus::sem::ss_operator_band:

lestes::lang::cplus::sem::ss_operator lestes::lang::cplus::sem::ss_decl_name lestes::intercode::ss_base_with_location lestes::intercode::ss_base lestes::intercode::intercode lestes::std::object lestes::std::mem::keystone List of all members.

Public Member Functions

virtual lstring accept_ss_decl_name2lstring_base (ptr< ss_decl_name2lstring_base > v)
virtual void accept_ss_decl_name_visitor (ptr< ss_decl_name_visitor > v)
virtual ptr< reflection_listreflection_get () const
 for purposes of dumping
virtual ptr< field_list_listfield_values_get () const
 for purposes of dumping

Static Public Member Functions

static ptr< ss_operator_bandcreate (ptr< ::lestes::std::source_location > a__ss_base_with_location__location)
 First generated factory method for class ss_operator_band.

Protected Member Functions

 ss_operator_band (ptr< ::lestes::std::source_location > a__ss_base_with_location__location)
 Generated constructor for class ss_operator_band.
virtual void gc_mark ()
 Marking routine for class ss_operator_band.

Static Private Attributes

static ptr< reflection_listreflection = reflection

Detailed Description

This class represents the name of operator & .

The name is used during overload resolution(as well as the name of user defined operators).

Definition at line 610 of file ss_decl_name.g.hh.


Constructor & Destructor Documentation

lestes::lang::cplus::sem::ss_operator_band::ss_operator_band ( ptr< ::lestes::std::source_location a__ss_base_with_location__location  )  [protected]

Generated constructor for class ss_operator_band.

Generated constructor for class ss_operator_band.

Author:
lsg

Definition at line 939 of file ss_decl_name.g.cc.

Referenced by create().

00940         : ss_operator(a__ss_base_with_location__location)
00941 {}


Member Function Documentation

lstring lestes::lang::cplus::sem::ss_operator_band::accept_ss_decl_name2lstring_base ( ptr< ss_decl_name2lstring_base v  )  [virtual]

Implements lestes::lang::cplus::sem::ss_operator.

Definition at line 916 of file ss_decl_name.g.cc.

00917 {
00918         return v->visit_ss_operator_band( this );
00919 }

void lestes::lang::cplus::sem::ss_operator_band::accept_ss_decl_name_visitor ( ptr< ss_decl_name_visitor v  )  [virtual]

Implements lestes::lang::cplus::sem::ss_operator.

Definition at line 921 of file ss_decl_name.g.cc.

00922 {
00923         return v->visit_ss_operator_band( this );
00924 }

ptr< ss_operator_band > lestes::lang::cplus::sem::ss_operator_band::create ( ptr< ::lestes::std::source_location a__ss_base_with_location__location  )  [static]

First generated factory method for class ss_operator_band.

This factory method for class ss_operator_band takes values of all fields as arguments.

Author:
lsg

Definition at line 930 of file ss_decl_name.g.cc.

References ss_operator_band().

00931 {
00932         return ptr< ss_operator_band > ( new ss_operator_band(a__ss_base_with_location__location) );
00933 }

ptr< object::reflection_list > lestes::lang::cplus::sem::ss_operator_band::reflection_get (  )  const [virtual]

for purposes of dumping

Reimplemented from lestes::lang::cplus::sem::ss_operator.

Definition at line 943 of file ss_decl_name.g.cc.

References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_operator::reflection_get().

00944 {
00945         if (!reflection) {
00946                 typedef class_reflection::field_metadata md;
00947                 typedef class_reflection::field_metadata_list mdlist;
00948                 ptr<mdlist> mdl = mdlist::create();
00949                 reflection = reflection_list::create( ss_operator::reflection_get() );
00950                 reflection->push_back( class_reflection::create( "ss_operator_band", mdl ) );
00951         }
00952         return reflection;
00953 }

ptr< object::field_list_list > lestes::lang::cplus::sem::ss_operator_band::field_values_get (  )  const [virtual]

for purposes of dumping

Reimplemented from lestes::lang::cplus::sem::ss_operator.

Definition at line 955 of file ss_decl_name.g.cc.

References lestes::lang::cplus::sem::ss_operator::field_values_get().

00956 {
00957         ptr < field_list_list > result = ss_operator::field_values_get();
00958         return result;
00959 }

void lestes::lang::cplus::sem::ss_operator_band::gc_mark ( void   )  [protected, virtual]

Marking routine for class ss_operator_band.

Marking routine is used for garbage collection.

Author:
lsg

Reimplemented from lestes::lang::cplus::sem::ss_operator.

Definition at line 966 of file ss_decl_name.g.cc.

References lestes::lang::cplus::sem::ss_operator::gc_mark().

00967 {
00968         ss_operator::gc_mark();
00969 }


Member Data Documentation

ptr< object::reflection_list > lestes::lang::cplus::sem::ss_operator_band::reflection = reflection [static, private]

Reimplemented from lestes::lang::cplus::sem::ss_operator.

Definition at line 635 of file ss_decl_name.g.hh.

Referenced by reflection_get().


The documentation for this class was generated from the following files:
Generated on Mon Feb 12 18:25:06 2007 for lestes by doxygen 1.5.1-20070107