19 #ifndef MCLOUD_API_OUTLINK_H_ 20 #define MCLOUD_API_OUTLINK_H_ 41 typedef std::shared_ptr<Outlink>
Ptr;
48 const std::string &id()
const;
53 const std::string &link()
const;
56 Outlink(
const tinyxml2::XMLElement *root);
58 friend class ClientPriv;
61 std::shared_ptr<Priv> p_;
67 #endif // MCLOUD_API_OUTLINK_H_
Outlink is a cloud extranet link that contains extranet link which can be share by user to others...
std::shared_ptr< Outlink > Ptr
#define MCLOUD_API_DLL_PUBLIC