Classes | |
class | UserProfile |
enum class | Type : uint32_t { None = 0 , FormitPro = 1 , FormitProTrial = 1 << 1 , FormitFree = 1 << 2 } |
enum class | RespFormat { XML = 0 , Json = 1 } |
using | Type_ut = 1::underlying_type< Type >::type |
Type | operator| (Type l, Type r) |
Type & | operator|= (Type &l, Type r) |
Type | operator& (Type l, Type r) |
Type & | operator&= (Type &l, Type r) |
Type | operator^ (Type l, Type r) |
Type | operator~ (Type l) |
using FormIt::Entitlement::Type_ut = typedef 1::underlying_type<Type>::type |
|
strong |
|
strong |