|
Urbi SDK Remote for C++
2.7.5
|
#include <sstream>#include <libport/cassert>#include <libport/cstring>#include <libport/debug.hh>#include <libport/format.hh>#include <urbi/usound.hh>
Go to the source code of this file.
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Defines | |
| #define | cardinality_of(Array) (sizeof (Array) / sizeof (*(Array))) |
Functions | |
| GD_CATEGORY (Urbi.UValue) | |
| const char * | urbi::format_string (USoundFormat f) |
| Conversion to string. | |
| USoundFormat | urbi::parse_sound_format (const std::string &) |
| Parse a sound format string. | |
| std::istream & | urbi::operator>> (std::istream &is, USoundSampleFormat &f) |
| static std::ostream & | urbi::operator<< (std::ostream &o, USoundSampleFormat f) |
| std::ostream & | urbi::operator<< (std::ostream &o, const USound &s) |
Definition in file usound.cc.
| #define cardinality_of | ( | Array | ) | (sizeof (Array) / sizeof (*(Array))) |
Definition at line 21 of file usound.cc.
Referenced by urbi::format_string(), and urbi::parse_sound_format().
| GD_CATEGORY | ( | Urbi. | UValue | ) |