repo.or.cz
/
hoomd-blue.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint'
[hoomd-blue.git]
/
doc
/
dev
/
doxygen_dummy.h
blob
ae77da252b1390d6044a4de3efb2d256b43acb67
1
// \file prevent lint detector warning
2
// dummy file to trick doxygen into documenting shared pointers
3
namespace
boost
{
4
//! Shared pointer dummy
5
template
<
class
T
>
6
class
shared_ptr
7
{
8
T
*
p
;
//!< Pointer
9
}; }