lestes::lang::cplus::sem::ss_operator_bxor 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_bxor:

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

Protected Member Functions

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

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


Constructor & Destructor Documentation

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

Generated constructor for class ss_operator_bxor.

Generated constructor for class ss_operator_bxor.

Author:
lsg

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

Referenced by create().

00881         : ss_operator(a__ss_base_with_location__location)
00882 {}


Member Function Documentation

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

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

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

00858 {
00859         return v->visit_ss_operator_bxor( this );
00860 }

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

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

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

00863 {
00864         return v->visit_ss_operator_bxor( this );
00865 }

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

First generated factory method for class ss_operator_bxor.

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

Author:
lsg

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

References ss_operator_bxor().

00872 {
00873         return ptr< ss_operator_bxor > ( new ss_operator_bxor(a__ss_base_with_location__location) );
00874 }

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

for purposes of dumping

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

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

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

00885 {
00886         if (!reflection) {
00887                 typedef class_reflection::field_metadata md;
00888                 typedef class_reflection::field_metadata_list mdlist;
00889                 ptr<mdlist> mdl = mdlist::create();
00890                 reflection = reflection_list::create( ss_operator::reflection_get() );
00891                 reflection->push_back( class_reflection::create( "ss_operator_bxor", mdl ) );
00892         }
00893         return reflection;
00894 }

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

for purposes of dumping

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

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

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

00897 {
00898         ptr < field_list_list > result = ss_operator::field_values_get();
00899         return result;
00900 }

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

Marking routine for class ss_operator_bxor.

Marking routine is used for garbage collection.

Author:
lsg

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

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

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

00908 {
00909         ss_operator::gc_mark();
00910 }


Member Data Documentation

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

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

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