Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

scripting
Class CJSNonsharedProperty

IJSProperty
   |
   +--CJSNonsharedProperty

   in ScriptableObject.h

template < typename T , bool ReadOnly > class CJSNonsharedProperty
extends IJSProperty


Field Summary
private T* m_Data
          
 
Constructor Summary
CJSNonsharedProperty( T* Data )
          
 
Method Summary
 jsval Get( JSContext* UNUSED( cx ), IJSObject* UNUSED( owner ) )
          
 void Set( JSContext* cx, IJSObject* UNUSED( owner ), jsval Value )
          
   
Methods inherited from class IJSProperty
Get, Set
 

Field Detail

m_Data

private T* m_Data;


Constructor Detail

CJSNonsharedProperty

public CJSNonsharedProperty( T* Data );


Method Detail

Get

public jsval Get( JSContext* UNUSED( cx ), IJSObject* UNUSED( owner ) );

Set

public void Set( JSContext* cx, IJSObject* UNUSED( owner ), jsval Value );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD