Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11221422
ClassDocumentation.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
692 B
Subscribers
None
ClassDocumentation.cc
View Options
// -*- C++ -*-
//
// This is the implementation of the non-inlined, non-templated member
// functions of the ClassDocumentation class.
//
#include
"ClassDocumentation.h"
#include
"ThePEG/Repository/BaseRepository.h"
#ifdef ThePEG_TEMPLATES_IN_CC_FILE
// #include "ClassDocumentation.tcc"
#endif
using
namespace
ThePEG
;
ClassDocumentationBase
::
ClassDocumentationBase
(
string
newDocumentation
,
string
newModelDescription
,
string
newModelReferences
,
const
type_info
&
newTypeInfo
)
:
theDocumentation
(
newDocumentation
),
theModelDescription
(
newModelDescription
),
theModelReferences
(
newModelReferences
)
{
BaseRepository
::
Register
(
*
this
,
newTypeInfo
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, May 14, 10:26 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5088110
Default Alt Text
ClassDocumentation.cc (692 B)
Attached To
rTHEPEGHG thepeghg
Event Timeline
Log In to Comment