FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Entitlement Namespace Reference

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)
 
Typeoperator|= (Type &l, Type r)
 
Type operator& (Type l, Type r)
 
Typeoperator&= (Type &l, Type r)
 
Type operator^ (Type l, Type r)
 
Type operator~ (Type l)
 

Typedef Documentation

using FormIt::Entitlement::Type_ut = typedef 1::underlying_type<Type>::type

Enumeration Type Documentation

Enumerator
XML 
Json 
enum FormIt::Entitlement::Type : uint32_t
strong
Enumerator
None 
FormitPro 

urn:autodesk.com:services:formit

FormitProTrial 

urn:autodesk.com:services:formit but type Trial

FormitFree 

urn:autodesk.com:services:formit but type Free

Function Documentation

Type FormIt::Entitlement::operator& ( Type  l,
Type  r 
)
inline
Type& FormIt::Entitlement::operator&= ( Type l,
Type  r 
)
inline
Type FormIt::Entitlement::operator^ ( Type  l,
Type  r 
)
inline
Type FormIt::Entitlement::operator| ( Type  l,
Type  r 
)
inline
Type& FormIt::Entitlement::operator|= ( Type l,
Type  r 
)
inline
Type FormIt::Entitlement::operator~ ( Type  l)
inline