PCL
|
This is the complete list of members for pcl::Settings, including all inherited members.
CanReadGlobal(const IsoString &key) | pcl::Settings | static |
CanWriteGlobal(const IsoString &key) | pcl::Settings | static |
LastReadOK() | pcl::Settings | static |
operator=(const Settings &)=delete | pcl::Settings | |
Read(const IsoString &key, ByteArray &b) | pcl::Settings | static |
Read(const IsoString &key, String &s) | pcl::Settings | static |
Read(const IsoString &key, bool &b) | pcl::Settings | static |
Read(const IsoString &key, int &i) | pcl::Settings | static |
Read(const IsoString &key, unsigned &u) | pcl::Settings | static |
Read(const IsoString &key, double &f) | pcl::Settings | static |
Read(const IsoString &key, float &f) | pcl::Settings | inlinestatic |
Read(const IsoString &key, Flags< E > &f) | pcl::Settings | inlinestatic |
ReadGlobal(const IsoString &key, ByteArray &b) | pcl::Settings | static |
ReadGlobal(const IsoString &key, String &s) | pcl::Settings | static |
ReadGlobal(const IsoString &key, bool &b) | pcl::Settings | static |
ReadGlobal(const IsoString &key, int &i) | pcl::Settings | static |
ReadGlobal(const IsoString &key, unsigned &u) | pcl::Settings | static |
ReadGlobal(const IsoString &key, double &f) | pcl::Settings | static |
ReadGlobal(const IsoString &key, float &f) | pcl::Settings | inlinestatic |
ReadGlobal(const IsoString &key, Flags< E > &f) | pcl::Settings | inlinestatic |
ReadI(const IsoString &key, T &t) | pcl::Settings | inlinestatic |
ReadU(const IsoString &key, T &t) | pcl::Settings | inlinestatic |
Remove(const IsoString &key) | pcl::Settings | static |
RemoveGlobal(const IsoString &key) | pcl::Settings | static |
SetGlobalKeyAccess(const IsoString &key, bool allowRead, bool allowWrite) | pcl::Settings | static |
Settings()=delete | pcl::Settings | |
Settings(const Settings &)=delete | pcl::Settings | |
Write(const IsoString &key, const ByteArray &b) | pcl::Settings | static |
Write(const IsoString &key, const String &s) | pcl::Settings | static |
Write(const IsoString &key, bool b) | pcl::Settings | static |
Write(const IsoString &key, int i) | pcl::Settings | static |
Write(const IsoString &key, unsigned u) | pcl::Settings | static |
Write(const IsoString &key, double f) | pcl::Settings | static |
Write(const IsoString &key, float f) | pcl::Settings | inlinestatic |
Write(const IsoString &key, Flags< E > f) | pcl::Settings | inlinestatic |
WriteGlobal(const IsoString &key, const ByteArray &b) | pcl::Settings | static |
WriteGlobal(const IsoString &key, const String &s) | pcl::Settings | static |
WriteGlobal(const IsoString &key, bool b) | pcl::Settings | static |
WriteGlobal(const IsoString &key, int i) | pcl::Settings | static |
WriteGlobal(const IsoString &key, unsigned u) | pcl::Settings | static |
WriteGlobal(const IsoString &key, double f) | pcl::Settings | static |
WriteGlobal(const IsoString &key, float f) | pcl::Settings | inlinestatic |
WriteGlobal(const IsoString &key, Flags< E > f) | pcl::Settings | inlinestatic |
WriteI(const IsoString &key, T t) | pcl::Settings | inlinestatic |
WriteU(const IsoString &key, T t) | pcl::Settings | inlinestatic |
~Settings()=delete | pcl::Settings |