Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
- struct Result
- namespace concepts
- namespace details
- namespace And
- struct Then
- struct Then< Ret(*)(Args...)>
- struct Then< Ret(Cls::*)(Args...) const >
- struct Then< Ret(Cls::*)(Args...)>
- namespace impl
- struct Then
- struct Then< Ret(*)(Args...)>
- struct Then< Ret(Arg)>
- struct Then< Ret(Cls::*)(Args...) const >
- struct Then< Ret(Cls::*)(Args...)>
- struct Then< Ret(void)>
- struct Constructor
- struct Constructor< void, E >
- struct IsResult
- struct IsResult< Result< T, E > >
- namespace Or
- struct Else
- struct Else< Ret(*)(Args...)>
- struct Else< Ret(Cls::*)(Args...) const >
- struct Else< Ret(Cls::*)(Args...)>
- namespace impl
- struct Else
- struct Else< Result< T, F >(Arg)>
- struct Else< Result< T, F >(void)>
- struct Else< Ret(*)(Args...)>
- struct Else< Ret(Cls::*)(Args...) const >
- struct Else< Ret(Cls::*)(Args...)>
- namespace Other
- struct Wise
- struct Wise< Ret(*)(Args...)>
- struct Wise< Ret(Cls::*)(Args...) const >
- struct Wise< Ret(Cls::*)(Args...)>
- namespace impl
- struct Wise
- struct Wise< Ret(*)(Args...)>
- struct Wise< Ret(Arg)>
- struct Wise< Ret(Cls::*)(Args...) const >
- struct Wise< Ret(Cls::*)(Args...)>
- struct ResultErrType
- struct ResultErrType< Result< T, E > >
- struct ResultOkType
- struct ResultOkType< Result< T, E > >
- struct Storage
- struct Storage< void, E >
- namespace err
- struct Map
- namespace impl
- struct Map
- struct Map< Ret(Cls::*)(Arg) const >
- struct err_tag
- namespace impl
- struct result_of
- struct result_of< Ret(Args...)>
- struct result_of< Ret(Cls::*)(Args...)>
- namespace ok
- struct Map
- struct Map< Ret(*)(Args...)>
- struct Map< Ret(Cls::*)(Args...) const >
- struct Map< Ret(Cls::*)(Args...)>
- struct Map< std::function< Ret(Args...)> >
- namespace impl
- struct Map
- struct Map< Result< U, E >(Arg)>
- struct Map< Result< U, E >(void)>
- struct Map< Ret(Arg)>
- struct Map< Ret(Cls::*)(Arg) const >
- struct Map< Ret(Cls::*)(Arg)>
- struct Map< Ret(void)>
- struct Map< void(Arg)>
- struct Map< void(void)>
- struct ok_tag
- struct result_of
- struct result_of< Ret(*)(Args...)>
- struct result_of< Ret(Cls::*)(Args...) const >
- struct void_t
- namespace And
- namespace qqmusic
- class BaseMediaFileType 媒体文件类型基类
- class EncryptedSongFileType 加密歌曲文件类型
- struct Lyric
- struct MvUrl
- struct PhoneLoginResult
- struct QRCode
- class QRCodeLoginEvent
- struct QRCodeLoginResult
- class SongFileType 未加密的歌曲文件类枚举
- struct SongInfo
- class TabType 标签类
- namespace details
- class Api Api类, 简化请求报文组装和返回报文解析过程
- struct ApiConfig Api相关常量
- struct NetworkContext 打包的上下文
- struct RequestParam 包装请求所需的参数
- namespace utils 简易Cookie管理器, 负责cookie的序列化和反序列化, 依赖
nlohmann::json
实现 目前不支持路径嵌套和Expires
和HttpOnly
这样的特性- class AsyncExecutor 全局调度器类
- struct Cookie 代表一条Cookie
- class CookieJar 简易Cookie管理器, 负责cookie的序列化和反序列化, 依赖
nlohmann::json
实现 目前不支持路径嵌套和Expires
和HttpOnly
这样的特性 - class Credential 凭据信息类
- struct Device 设备信息
- class Exception 全局异常类
- struct OSVersion
- class PathManager 返回默认路径
- struct QimeiResult
- class Session 上下文
- class SessionGuard 一个
RAII
风格的Session切换器 - class SessionManager 全局单例的Session管理器, 负责维护全局上下文栈, 并负责
session
实例的生成 - class buffer 二进制缓冲区的统一表示
- struct CoreData
- struct CoreData
- struct Tab 标签信息结构
- namespace std
- namespace types
- struct Err
- struct Ok
- struct Ok< void >