|
Public Member Functions |
| seHelperDRM () |
| Constructor.
|
long | increment (SE_DRM_Class type) |
| Increments the number of counts for a specific type.
|
long | getCount (SE_DRM_Class type=(SE_DRM_Class) 0) |
| Returns the count for a specific type, or total count if no type specified.
|
void | reset () |
| Resets all the counts to 0.
|
Static Public Member Functions |
const char * | getName (SE_DRM_Class type) |
| Returns a DRM type as a string in the form "Model Library".
|
const char * | getUnderscoreName (SE_DRM_Class type) |
| Returns a DRM type as a string in the form "Model_Library".
|
const char * | getShortName (SE_DRM_Class type) |
| Returns a DRM type as a string in the form "ModelLibrary".
|
void | setSE_String (SE_String &str, const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT) |
void | releaseSE_String (SE_String &str) |
| Frees the string data.
|
void | setSE_URN (SE_URN &urn, const SE_Character *chars, SE_Short_Integer_Positive len=0) |
void | releaseSE_URN (SE_URN &urn) |
| Frees the URN data.
|
Protected Attributes |
unsigned long | _drmCounts [SE_NUM_DRM_CLASSES] |
| Counts for individual classes.
|
unsigned long | _totalCount |
| Total count.
|