FretTable Class

The FretTable class derived from VObject.
It contains fret objects corresponding to the frets on the fretboard,
Defined in: fret.hpp and
fret.cpp
Data Members
public
FretVector fretTable
A vector container derived from
vvector
which is an enhanced version of an STL vector.
Class Members
Member Functions
public
FretTable
(void)
Constructs a FretTable object.
FretTable
(const FretTable &
fret)
Constructs a FretTable object
that is a copy of the specified FretTable.
virtual ~FretTable
(void)
FretTable destructor
FretTable &
operator=
(const FretTable & fret)
Assignment operator
void AddFret
(Fret & a_fret)
Adds a fret to the table.
|
| Copyright 2002-2007 Outerface Technologies, Inc. |