FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T >
Converter::Type
Converter::GetType
(
)
static
private
Definition at line
742
of file
Converter.cc
.
References
t
.
743
{
744
Type
t
;
745
t.first = &
typeid
(T);
746
t.second =
sizeof
(T);
747
return
t
;
748
}
Converter::Type
std::pair< const std::type_info *, int > Type
Definition:
Converter.h:19
t
TT t
Definition:
test_client.c:26
Converter
Generated on Sun Sep 18 2016 20:50:46 for FACT++ by
1.8.11