lestes::lang::cplus::sem::ss_operator_mod 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_mod:

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_modcreate (ptr< ::lestes::std::source_location > a__ss_base_with_location__location)
 First generated factory method for class ss_operator_mod.

Protected Member Functions

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

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 542 of file ss_decl_name.g.hh.


Constructor & Destructor Documentation

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

Generated constructor for class ss_operator_mod.

Generated constructor for class ss_operator_mod.

Author:
lsg

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

Referenced by create().

00822         : ss_operator(a__ss_base_with_location__location)
00823 {}


Member Function Documentation

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

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

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

00799 {
00800         return v->visit_ss_operator_mod( this );
00801 }

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

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

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

00804 {
00805         return v->visit_ss_operator_mod( this );
00806 }

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

First generated factory method for class ss_operator_mod.

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

Author:
lsg

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

References ss_operator_mod().

00813 {
00814         return ptr< ss_operator_mod > ( new ss_operator_mod(a__ss_base_with_location__location) );
00815 }

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

for purposes of dumping

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

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

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

00826 {
00827         if (!reflection) {
00828                 typedef class_reflection::field_metadata md;
00829                 typedef class_reflection::field_metadata_list mdlist;
00830                 ptr<mdlist> mdl = mdlist::create();
00831                 reflection = reflection_list::create( ss_operator::reflection_get() );
00832                 reflection->push_back( class_reflection::create( "ss_operator_mod", mdl ) );
00833         }
00834         return reflection;
00835 }

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

for purposes of dumping

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

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

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

00838 {
00839         ptr < field_list_list > result = ss_operator::field_values_get();
00840         return result;
00841 }

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

Marking routine for class ss_operator_mod.

Marking routine is used for garbage collection.

Author:
lsg

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

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

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

00849 {
00850         ss_operator::gc_mark();
00851 }


Member Data Documentation

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

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

Definition at line 567 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