FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt::Entitlement Namespace Reference

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)
 
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

◆ Type_ut

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

Enumeration Type Documentation

◆ RespFormat

Enumerator
XML 
Json 

◆ Type

enum class 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

◆ operator&()

Type FormIt::Entitlement::operator& ( Type  l,
Type  r 
)
inline

◆ operator&=()

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

◆ operator^()

Type FormIt::Entitlement::operator^ ( Type  l,
Type  r 
)
inline

◆ operator|()

Type FormIt::Entitlement::operator| ( Type  l,
Type  r 
)
inline

◆ operator|=()

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

◆ operator~()

Type FormIt::Entitlement::operator~ ( Type  l)
inline