13#ifndef POOL_DBREFLEX_H
14#define POOL_DBREFLEX_H
This file contains the class definition for the Guid class (migrated from POOL).
static const TypeH forGuid(const Guid &info)
Access classes by Guid.
static const TypeH forTypeName(const std::string &name)
Access classes by class name.
static const TypeH forTypeInfo(const std::type_info &info)
Access classes by RTTI type information.
DbReflex()
No public construction.
static std::string fullTypeName(const TypeH &type)
Access full class name with scope.
static Guid guid(const TypeH &id)
Determine Guid (normalized string form) from reflection type.
~DbReflex()
No public destruction.