Kross::Ruby::RubyExtension Class Reference

#include <rubyextension.h>

Collaboration diagram for Kross::Ruby::RubyExtension:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class wraps a Kross::Api::Object into the world of ruby.
Author:
Cyrille Berger

Definition at line 39 of file rubyextension.h.

Public Member Functions

 RubyExtension (Kross::Api::Object::Ptr object)
 ~RubyExtension ()

Friends

class RubyInterpreter
class RubyModule
class RubyScript


Constructor & Destructor Documentation

Kross::Ruby::RubyExtension::RubyExtension Kross::Api::Object::Ptr  object  ) 
 

Constructor.

Parameters:
object The Kross::Api::Object instance this extension provides access to.

Definition at line 91 of file rubyextension.cpp.

References Kross::Ruby::RubyExtensionPrivate::m_object.

00091                                                      : d(new RubyExtensionPrivate())
00092 {
00093     d->m_object = object;
00094 }

Kross::Ruby::RubyExtension::~RubyExtension  ) 
 

Destructor.

Definition at line 97 of file rubyextension.cpp.

00098 {
00099 }


The documentation for this class was generated from the following files:
Generated on Thu Feb 9 18:01:42 2006 for Kross by  doxygen 1.4.6