|
HDK
|
#include "UT_API.h"#include "UT_StringHolder.h"#include "UT_StringView.h"#include "UT_ORMColumnType.h"#include "UT_Debug.h"#include <iostream>
Include dependency graph for UT_Url.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_Url |
Functions | |
| UT_API void | UTpercentEncode (const UT_StringRef &in, UT_WorkBuffer &out, const UT_StringRef &also_safe=UT_StringRef(), const UT_StringRef &keep_raw=UT_StringRef()) |
| UT_API bool | UTsqlBind (UT_SqlStatement &stmt, int idx, const UT_Url &url) |
| UT_API bool | UTsqlGet (const UT_SqlStatement &stmt, int idx, UT_Url &url) |
| template<> | |
| UT_ORMColumnType | UTsqlOrmColumnType< UT_Url > () |
| UT_API void UTpercentEncode | ( | const UT_StringRef & | in, |
| UT_WorkBuffer & | out, | ||
| const UT_StringRef & | also_safe = UT_StringRef(), |
||
| const UT_StringRef & | keep_raw = UT_StringRef() |
||
| ) |
| UT_API bool UTsqlBind | ( | UT_SqlStatement & | stmt, |
| int | idx, | ||
| const UT_Url & | url | ||
| ) |
| UT_API bool UTsqlGet | ( | const UT_SqlStatement & | stmt, |
| int | idx, | ||
| UT_Url & | url | ||
| ) |
|
inline |