Main Page
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Functions
Variables
Typedefs
Friends
Pages
Core
CommonImpl.h
1
//------------------------------------------------------------------------------
2
//
3
// Copyright (c) 2012 Glympse Inc. All rights reserved.
4
//
5
//------------------------------------------------------------------------------
6
7
#ifndef COMMONIMPL_H__GLYMPSE__
8
#define COMMONIMPL_H__GLYMPSE__
9
10
namespace
Glympse
11
{
12
13
template
<
class
T >
GString
Common<T>::toString
()
14
{
15
return
CoreFactory::createString
(
typeid
(*this).name());
16
}
17
18
}
19
20
#endif // !COMMONIMPL_H__GLYMPSE__
Generated on Tue Jun 26 2018 08:46:45 by
1.8.4