ofxOscBundle methods
ofxOscBundle::ofxOscBundle()
ofxOscBundle::~ofxOscBundle()
ofxOscBundle::ofxOscBundle(const ofxOscBundle &other)
ofxOscBundle ofxOscBundle::operator=(const ofxOscBundle &other)
ofxOscBundle ofxOscBundle::copy(const ofxOscBundle &other)
void ofxOscBundle::clear()
void ofxOscBundle::addBundle(const ofxOscBundle &element)
void ofxOscBundle::addMessage(const ofxOscMessage &message)
int ofxOscBundle::getBundleCount()
int ofxOscBundle::getMessageCount()
ofxOscBundle ofxOscBundle::getBundleAt(int i)
ofxOscMessage ofxOscBundle::getMessageAt(int i)