scim 1.4.18
|
Structure to hold information for a Filter. More...
#include <scim_filter.h>
Public Member Functions | |
FilterInfo () | |
FilterInfo (const String &u, const String &n=String(""), const String &l=String(""), const String &i=String(""), const String &d=String("")) | |
Public Attributes | |
String | uuid |
The UUID. | |
String | name |
The localized name, in UTF-8 encoding. | |
String | langs |
The supported languages, separated by comma. | |
String | icon |
The icon file path. | |
String | desc |
The description. | |
Structure to hold information for a Filter.
|
inline |
|
inline |
String scim::FilterInfo::uuid |
The UUID.
String scim::FilterInfo::name |
The localized name, in UTF-8 encoding.
String scim::FilterInfo::langs |
The supported languages, separated by comma.
String scim::FilterInfo::icon |
The icon file path.
String scim::FilterInfo::desc |
The description.