blip  0.1
Runtime.hpp
Go to the documentation of this file.
1 #ifndef __blip_Runtime_hpp
2 #define __blip_Runtime_hpp
3 
4 #include <blip/Blip.hpp>
5 
6 #include <commonc++/String.h++>
7 
8 namespace blip {
9 
14 class Runtime
15 {
16  public:
17 
24  static ccxx::String getSystemProperty(const char* name);
25 
26  private:
27 
28  Runtime();
29 
30  CCXX_COPY_DECLS(Runtime);
31 };
32 
33 } // namespace blip
34 
35 #endif // __blip_Runtime_hpp
Miscellaneous runtime functions.
Definition: Runtime.hpp:14
static ccxx::String getSystemProperty(const char *name)
Get the value of a system property.
Definition: Runtime.cpp:20
WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/.
Definition: AccelerometerSensorEvent.cpp:3