Public Member Functions

TAO_PSDL_Typecode_Defn Class Reference

#include <PSDL_Typecode_Defn.h>

Inheritance diagram for TAO_PSDL_Typecode_Defn:
Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Typecode_Defn:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_PSDL_Typecode_Defn ()
 ~TAO_PSDL_Typecode_Defn ()
int visit_type_declarator (TAO_PSDL_Type_Declarator *)

Detailed Description

Definition at line 31 of file PSDL_Typecode_Defn.h.


Constructor & Destructor Documentation

TAO_PSDL_Typecode_Defn::TAO_PSDL_Typecode_Defn (  ) 

Definition at line 9 of file PSDL_Typecode_Defn.cpp.

{
  // Constructor
}

TAO_PSDL_Typecode_Defn::~TAO_PSDL_Typecode_Defn (  ) 

Definition at line 14 of file PSDL_Typecode_Defn.cpp.

{
  // Destructor
}


Member Function Documentation

int TAO_PSDL_Typecode_Defn::visit_type_declarator ( TAO_PSDL_Type_Declarator type_declarator  )  [virtual]

Reimplemented from TAO_PSDL_Node_Visitor.

Definition at line 20 of file PSDL_Typecode_Defn.cpp.

{
  ACE_UNUSED_ARG (type_declarator);
  // Get a pointer to PSDL_Stream of the stub implementation file
  TAO_PSDL_Stream *ps_si = TAO_PSDL_Scope::instance ()->get_si ();

  ps_si->indent (); // start from current indentation level

  // Generate the typecode information here
  *ps_si << "static const CORBA::Long _oc_";

  // Flat name generation.
  return 0;
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines