HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_SGuid.h File Reference
#include "UT_API.h"
#include "UT_ORMColumnType.h"
#include <SYS/SYS_Hash.h>
#include <SYS/SYS_Math.h>
+ Include dependency graph for UT_SGuid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_SGuid
 

Functions

size_t hash_value (const UT_SGuid &guid)
 
UT_API bool UTsqlBind (UT_SqlStatement &stmt, int idx, const UT_SGuid &sguid)
 
UT_API bool UTsqlGet (const UT_SqlStatement &stmt, int idx, UT_SGuid &sguid)
 
template<>
UT_ORMColumnType UTsqlOrmColumnType< UT_SGuid > ()
 

Function Documentation

size_t hash_value ( const UT_SGuid guid)
inline

Definition at line 107 of file UT_SGuid.h.

UT_API bool UTsqlBind ( UT_SqlStatement stmt,
int  idx,
const UT_SGuid sguid 
)
UT_API bool UTsqlGet ( const UT_SqlStatement stmt,
int  idx,
UT_SGuid sguid 
)
template<>
UT_ORMColumnType UTsqlOrmColumnType< UT_SGuid > ( )
inline

Definition at line 117 of file UT_SGuid.h.