This is the complete list of members for Guitar, including all inherited members.
brand | Instrument | protected |
cost | Instrument | protected |
GetBrand() | Instrument | |
GetCost() | Instrument | |
GetModel() | Instrument | |
GetRetailPrice() | Instrument | |
GetStandardTuning() | StringedInstrument | |
GetStringType() | StringedInstrument | |
GetStringTypeName() | StringedInstrument | |
Guitar(string brand="", string model="", double cost=0, double retail_price=0, int string_type=StringedInstrument::steel, string standard_tuning="E,A,D,G,B,E") | Guitar | |
Instrument(string brand="", string model="", double cost=0, double retail_price=0) | Instrument | |
model | Instrument | protected |
nylon | StringedInstrument | static |
retail_price | Instrument | protected |
rubber | StringedInstrument | static |
SetBrand(string) | Instrument | |
SetCost(double) | Instrument | |
SetModel(string) | Instrument | |
SetRetailPrice(double) | Instrument | |
SetStandardTuning(string) | StringedInstrument | |
SetStringType(int) | StringedInstrument | |
standard_tuning | StringedInstrument | protected |
steel | StringedInstrument | static |
string_type | StringedInstrument | protected |
StringedInstrument(string brand="", string model="", double cost=0, double retail_price=0, short int string_type=StringedInstrument::nylon, string standard_tuning="") | StringedInstrument | |
ToMembersXML() | StringedInstrument | protected |
ToString() | StringedInstrument | |
ToXML() | Guitar | |