#include "pp_AttrProp.h"
#include <string>
#include <sstream>
Go to the source code of this file.
Function Documentation
template<typename T >
static std::string tostr |
( |
T |
v |
) |
[static] |
Referenced by AP_UnixDialog_Goto::_getSelectedAnnotationLabel(), pt_PieceTable::deleteSpan(), AP_UnixDialog_InsertXMLID::event_Delete(), AP_UnixDialog_InsertXMLID::event_OK(), PD_RDFQuery::executeQuery(), AP_UnixDialog_RDFQuery::onExecuteClicked(), AP_UnixDialog_RDFEditor::onImportRDFXML(), AP_UnixDialog_Goto::onJumpClicked(), PD_RDFLocation::PD_RDFLocation(), setEntry(), PD_RDFLocation::setupStylesheetReplacementMapping(), AP_UnixDialog_Goto::updateAnnotationList(), AP_RDFLocationGTK::updateFromEditorData(), AP_RDFEventGTK::updateFromEditorData(), AP_RDFContactGTK::updateFromEditorData(), and PD_RDFSemanticItem::updateTriple().
template<typename ClassName >
static ClassName toType |
( |
std::string |
s |
) |
[static] |
template<typename ClassName >
static ClassName toType |
( |
const char * |
s |
) |
[static] |
template<typename T >
T UT_getAttributeTyped |
( |
const PP_AttrProp * |
pAP, |
|
|
const gchar * |
name, |
|
|
T |
def | |
|
) |
| | |
template<typename T >
T UT_getAttributeTyped |
( |
const PP_Revision * |
pAP, |
|
|
const gchar * |
name, |
|
|
T |
def | |
|
) |
| | |