#include <GSM.h>
Inheritance diagram for GSMCellFeature:
Public Member Functions | |
virtual const string | getName () const |
virtual string | toString () const |
Protected Member Functions | |
GSMCellFeature (stringcode *code, long *maxlen) | |
GSMCellFeature (stringcode *code, long *maxlen, string cellid) | |
Friends | |
class | GSMFeatureProvider |
|
Feature constructor This constructor initializes the feature as prototypes value. For creating a specific sample of a feature, the sample constructor should be used.
|
|
Sample constructor This constructor initializes the feature with a specific value and should thus be used for samples.
|
|
Query a features name
Reimplemented from AbstractStringFeature. |
|
Get feature as string
Reimplemented from AbstractStringFeature. |