FormIt C++ API
v23.0.0 (2023.0.0)
|
Classes | |
class | UserProfile |
enum | Type : uint32_t { Type::None = 0, Type::FormitPro = 1, Type::FormitProTrial = 1 << 1, Type::FormitFree = 1 << 2 } |
enum | RespFormat { RespFormat::XML = 0, RespFormat::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 |