Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/parser/cpdf_object.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/string_pool_template.h"
#include "core/fxcrt/weak_ptr.h"
Go to the source code of this file.
Classes | |
class | CPDF_String |
Functions | |
CPDF_String * | ToString (CPDF_Object *obj) |
const CPDF_String * | ToString (const CPDF_Object *obj) |
RetainPtr< const CPDF_String > | ToString (RetainPtr< const CPDF_Object > obj) |
|
inline |
Definition at line 47 of file cpdf_string.h.
References CPDF_Object::AsString().
|
inline |
Definition at line 43 of file cpdf_string.h.
References CPDF_Object::AsMutableString().
|
inline |
Definition at line 51 of file cpdf_string.h.