Definition at line 13 of file ef_referencedobject.h.
 
 | 
| enum   | LifeStatus {  
  NW4R_EF_LS_CLOSED
,  
  NW4R_EF_LS_ACTIVE
,  
  NW4R_EF_LS_WAIT
,  
  NW4R_EF_LS_CLOSING
 
 } | 
|   | 
◆ LifeStatus
      
        
          | enum nw4r::ef::ReferencedObject::LifeStatus | 
        
      
 
 
◆ SendClosing()
  
  
      
        
          | virtual void nw4r::ef::ReferencedObject::SendClosing  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ DestroyFunc()
  
  
      
        
          | virtual void nw4r::ef::ReferencedObject::DestroyFunc  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ ChangeLifeStatus()
  
  
      
        
          | void nw4r::ef::ReferencedObject::ChangeLifeStatus  | 
          ( | 
          LifeStatus |           status | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetLifeStatus()
  
  
      
        
          | LifeStatus nw4r::ef::ReferencedObject::GetLifeStatus  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetRefCount()
  
  
      
        
          | ulong nw4r::ef::ReferencedObject::GetRefCount  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ Initialize()
  
  
      
        
          | bool nw4r::ef::ReferencedObject::Initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Destroy()
  
  
      
        
          | void nw4r::ef::ReferencedObject::Destroy  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Ref()
  
  
      
        
          | ulong nw4r::ef::ReferencedObject::Ref  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ UnRef()
  
  
      
        
          | ulong nw4r::ef::ReferencedObject::UnRef  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ mLifeStatus
  
  
      
        
          | LifeStatus nw4r::ef::ReferencedObject::mLifeStatus | 
         
       
   | 
  
protected   | 
  
 
 
◆ mRefCount
  
  
      
        
          | ulong nw4r::ef::ReferencedObject::mRefCount | 
         
       
   | 
  
protected   | 
  
 
 
◆ mActivityLink
      
        
          | ut::Link nw4r::ef::ReferencedObject::mActivityLink |