You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_RadioList object:

Class

Cvo_RadioList

Base

Cvo_RootedList

Syntax

#include <Cvo/Radio.h++>

new Cvo_RadioList ( Cvo_RadioList **root,
Cvo_Object *obj,
void *data = 0 )

Overview

This object is used to store the Cvo objects managed by a Cvo_Radio object. To create nodes in a list using Cvo_RadioList, you simply repeatedly create new Cvo_RadioList objects with the same root variable. A traversable list is automatically maintained of these nodes. The data stored in each Cvo_RadioList node is obj and data.

Public Data Members

This object defines the following public data members in addition to those defined by its parent and ancestor objects.

Member Functions

This object defines the following member functions in addition to those defined by its parent and ancestor objects.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.