|
CFx SDK Documentation 2026 SP0
|
#include "../FxCommonFramework.h"#include "../UI/FxUIObject.h"#include "../UI/FxUISignal.h"#include "../Core/FxUIByteArray.h"#include "../Core/FxUIVariant.h"#include "../Core/FxUIUrl.h"#include "FxNANetworkRequest.h"#include <cstddef>#include <vector>#include <utility>Go to the source code of this file.
Classes | |
| class | CFxNANetworkReply |
Typedefs | |
| template<typename T> | |
| using | CFxNAList = std::vector<T> |
| template<typename T1, typename T2> | |
| using | CFxNAPair = std::pair< T1, T2 > |
| using | CFxNAString = CFxUIString |
| using | CFxNAVariant = CFxUIVariant |
| using | CFxNAUrl = CFxUIUrl |
| using CFxNAList = std::vector<T> |
Definition at line 33 of file FxNANetworkReply.h.
| using CFxNAPair = std::pair< T1, T2 > |
Definition at line 35 of file FxNANetworkReply.h.
| using CFxNAString = CFxUIString |
Definition at line 36 of file FxNANetworkReply.h.
Definition at line 38 of file FxNANetworkReply.h.
| using CFxNAVariant = CFxUIVariant |
Definition at line 37 of file FxNANetworkReply.h.