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

scripting
Class CJSProperty

IJSProperty
   |
   +--CJSProperty

   in ScriptableObject.h

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


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

Field Detail

m_Data

private T IJSObject::* m_Data;


Constructor Detail

CJSProperty

public CJSProperty( T IJSObject::* Data );


Method Detail

Get

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

Set

public void Set( JSContext* cx, IJSObject* 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