.TH "lo_cpp.h" 3 "Version 0.34" "liblo" \" -*- nroff -*- .ad l .nh .SH NAME lo_cpp.h .SH SYNOPSIS .br .PP .SS "Data Structures" .in +1c .ti -1c .RI "class \fBlo::Method\fP" .br .RI "Class representing an OSC method, proxy for \fBlo_method\fP\&. " .ti -1c .RI "class \fBlo::Address\fP" .br .RI "Class representing an OSC destination address, proxy for \fBlo_address\fP\&. " .ti -1c .RI "class \fBlo::Message\fP" .br .RI "Class representing an OSC message, proxy for \fBlo_message\fP\&. " .ti -1c .RI "class \fBlo::Server\fP" .br .RI "Class representing a local OSC server, proxy for \fBlo_server\fP\&. " .ti -1c .RI "class \fBlo::ServerThread\fP" .br .RI "Class representing a server thread, proxy for \fBlo_server_thread\fP\&. " .ti -1c .RI "class \fBlo::Blob\fP" .br .RI "Class representing an OSC blob, proxy for \fBlo_blob\fP\&. " .ti -1c .RI "struct \fBlo::PathMsg\fP" .br .RI "Class representing an OSC path (std::string) and \fBlo::Message\fP pair\&. " .ti -1c .RI "class \fBlo::Bundle\fP" .br .RI "Class representing an OSC bundle, proxy for \fBlo_bundle\fP\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "std::string \fBlo::version\fP ()" .br .RI "Return the library version as an std::string\&. " .ti -1c .RI "\fBlo_timetag\fP \fBlo::now\fP ()" .br .RI "Return the current time in \fBlo_timetag\fP format\&. " .ti -1c .RI "\fBlo_timetag\fP \fBlo::immediate\fP ()" .br .RI "Return the OSC timetag representing "immediately"\&. " .in -1c .SH "Detailed Description" .PP The liblo C++ wrapper .PP Definition in file \fBlo_cpp\&.h\fP\&. .SH "Function Documentation" .PP .SS "\fBlo_timetag\fP lo::immediate ()\fR [inline]\fP" .PP Return the OSC timetag representing "immediately"\&. .PP Definition at line \fB1114\fP of file \fBlo_cpp\&.h\fP\&. .PP References \fBLO_TT_IMMEDIATE\fP\&. .SS "\fBlo_timetag\fP lo::now ()\fR [inline]\fP" .PP Return the current time in \fBlo_timetag\fP format\&. .PP Definition at line \fB1111\fP of file \fBlo_cpp\&.h\fP\&. .PP References \fBlo_timetag_now()\fP\&. .SS "std::string lo::version ()\fR [inline]\fP" .PP Return the library version as an std::string\&. .PP Definition at line \fB1104\fP of file \fBlo_cpp\&.h\fP\&. .PP References \fBlo_version()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for liblo from the source code\&.