Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
CJSNonsharedProperty< T, ReadOnly > Class Template Reference

#include <ScriptableObject.h>

Inheritance diagram for CJSNonsharedProperty< T, ReadOnly >:
IJSProperty

Public Member Functions

 CJSNonsharedProperty (T *Data)
 
jsval Get (JSContext *cx, IJSObject *owner)
 
void Set (JSContext *cx, IJSObject *owner, jsval Value)
 
- Public Member Functions inherited from IJSProperty
virtual ~IJSProperty ()
 

Private Attributes

Tm_Data
 

Detailed Description

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

Definition at line 90 of file ScriptableObject.h.

Constructor & Destructor Documentation

template<typename T, bool ReadOnly>
CJSNonsharedProperty< T, ReadOnly >::CJSNonsharedProperty ( T Data)
inline

Definition at line 95 of file ScriptableObject.h.

Member Function Documentation

template<typename T, bool ReadOnly>
jsval CJSNonsharedProperty< T, ReadOnly >::Get ( JSContext *  cx,
IJSObject owner 
)
inlinevirtual

Implements IJSProperty.

Definition at line 99 of file ScriptableObject.h.

template<typename T, bool ReadOnly>
void CJSNonsharedProperty< T, ReadOnly >::Set ( JSContext *  cx,
IJSObject owner,
jsval  Value 
)
inlinevirtual

Implements IJSProperty.

Definition at line 103 of file ScriptableObject.h.

Member Data Documentation

template<typename T, bool ReadOnly>
T* CJSNonsharedProperty< T, ReadOnly >::m_Data
private

Definition at line 92 of file ScriptableObject.h.


The documentation for this class was generated from the following file: