Rebel Fork Framework
PListFile.h File Reference

Classes

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

Typedefs

using Urho3D::PListValueMap = ea::unordered_map< ea::string, PListValue >
 PList value map.
 
using Urho3D::PListValueVector = ea::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.