Skip to end of metadata
Go to start of metadata

void JSAPISimple::RemoveProperty ( const std::string &  propertyName  )  [virtual]

Removes a property.

Parameters:
propertyName Name of the property.
Since:
1.5

Implements FB::JSAPI.

Definition at line 147 of file JSAPISimple.cpp.

00148 {
00149     if (!m_valid)
00150         throw object_invalidated();
00151 
00152     m_propertyMap.erase(propertyName);
00153 }


Generated on 25 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None