Public Member Functions | |
| CollabUser (BNCollaborationUser *collabUser) | |
| Ref< Remote > | GetRemote () |
| std::string | GetUrl () |
| std::string | GetId () |
| std::string | GetUsername () |
| std::string | GetEmail () |
| std::string | GetLastLogin () |
| bool | IsActive () |
| void | SetUsername (const std::string &username) |
| void | SetEmail (const std::string &email) |
| void | SetIsActive (bool isActive) |
Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNCollaborationUser, BNNewCollaborationUserReference, BNFreeCollaborationUser > | |
| CoreRefCountObject () | |
| virtual | ~CoreRefCountObject () |
| BNCollaborationUser * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
| void | ReleaseForRegistration () |
| void | AddRefForCallback () |
| void | ReleaseForCallback () |
Additional Inherited Members | |
Static Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNCollaborationUser, BNNewCollaborationUserReference, BNFreeCollaborationUser > | |
| static BNCollaborationUser * | GetObject (CoreRefCountObject *obj) |
| static BNCollaborationUser * | GetObject (const CoreRefCountObject *obj) |
Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNCollaborationUser, BNNewCollaborationUserReference, BNFreeCollaborationUser > | |
| std::atomic< int > | m_refs |
| bool | m_registeredRef |
| BNCollaborationUser * | m_object |
| CollabUser::CollabUser | ( | BNCollaborationUser * | collabUser | ) |
| std::string CollabUser::GetUrl | ( | ) |
| std::string CollabUser::GetId | ( | ) |
| std::string CollabUser::GetUsername | ( | ) |
| std::string CollabUser::GetEmail | ( | ) |
| std::string CollabUser::GetLastLogin | ( | ) |
| bool CollabUser::IsActive | ( | ) |
| void CollabUser::SetUsername | ( | const std::string & | username | ) |
| void CollabUser::SetEmail | ( | const std::string & | ) |
| void CollabUser::SetIsActive | ( | bool | isActive | ) |