|  | GL Studio C++ Runtime API
    | 
#include <dnc_util.h>
| Public Member Functions | |
| AttributePair (const char *const attribName, const char *const attribVal) | |
| ~AttributePair () | |
| bool | IsValid (void) const | 
| const char * | GetName (void) const | 
| const char * | GetValue (void) const | 
| Protected Attributes | |
| VPFUtil::WarningBool | _isValid | 
| const DNCString | _attribName | 
| const DNCString | _attribVal | 
encapsulates a feature attribute name and its value
| AttributePair | ( | const char *const | attribName, | 
| const char *const | attribVal | ||
| ) | 
Ctor
| attribName | name of feature attribute | 
| attribVal | value of feature attribute | 
| ~AttributePair | ( | ) | 
Dtor
| 
 | inline | 
Get the name of the feature attribute
| 
 | inline | 
Get the value of the feature attribure
| 
 | inline | 
Determine if the attribute pair is valid
| 
 | protected | 
name of feature attribute
| 
 | protected | 
value of feature attribute
| 
 | protected | 
true if attribute pair is valid else false