lestes::lang::cplus::sem::ss_operator_comma 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_comma:

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

Protected Member Functions

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

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


Constructor & Destructor Documentation

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

Generated constructor for class ss_operator_comma.

Generated constructor for class ss_operator_comma.

Author:
lsg

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

Referenced by create().

02533         : ss_operator(a__ss_base_with_location__location)
02534 {}


Member Function Documentation

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

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

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

02510 {
02511         return v->visit_ss_operator_comma( this );
02512 }

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

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

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

02515 {
02516         return v->visit_ss_operator_comma( this );
02517 }

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

First generated factory method for class ss_operator_comma.

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

Author:
lsg

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

References ss_operator_comma().

02524 {
02525         return ptr< ss_operator_comma > ( new ss_operator_comma(a__ss_base_with_location__location) );
02526 }

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

for purposes of dumping

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

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

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

02537 {
02538         if (!reflection) {
02539                 typedef class_reflection::field_metadata md;
02540                 typedef class_reflection::field_metadata_list mdlist;
02541                 ptr<mdlist> mdl = mdlist::create();
02542                 reflection = reflection_list::create( ss_operator::reflection_get() );
02543                 reflection->push_back( class_reflection::create( "ss_operator_comma", mdl ) );
02544         }
02545         return reflection;
02546 }

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

for purposes of dumping

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

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

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

02549 {
02550         ptr < field_list_list > result = ss_operator::field_values_get();
02551         return result;
02552 }

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

Marking routine for class ss_operator_comma.

Marking routine is used for garbage collection.

Author:
lsg

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

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

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

02560 {
02561         ss_operator::gc_mark();
02562 }


Member Data Documentation

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

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

Definition at line 1553 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:09 2007 for lestes by doxygen 1.5.1-20070107