PListFile.h File Reference
Include dependency graph for PListFile.h:

Classes

class  Urho3D::PListValue
 PList value. More...
 
class  Urho3D::PListFile
 Property list (plist). More...
 

Typedefs

using Urho3D::PListValueMap = HashMap< String, PListValue >
 PList value map.
 
using Urho3D::PListValueVector = Vector< PListValue >
 Vector of PList value.
 

Enumerations

enum  Urho3D::PListValueType {
  PLVT_NONE = 0, PLVT_INT, PLVT_BOOL, PLVT_FLOAT,
  PLVT_STRING, PLVT_VALUEMAP, PLVT_VALUEVECTOR
}
 PList value types.