CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include "CLHEP/Utility/noncopyable.h"
#include "CLHEP/Utility/memory.h"
#include <cassert>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | X |
struct | Y |
struct | Z |
Functions | |
int | f (shared_ptr< void const >) |
int | f (shared_ptr< int >) |
int | f (shared_ptr< incomplete >) |
int | g (shared_ptr< X >) |
int | g (shared_ptr< Y >) |
int | g (shared_ptr< incomplete >) |
int | main () |
int f | ( | shared_ptr< incomplete > | ) |
Definition at line 51 of file testSharedPtrConvertible.cc.
int f | ( | shared_ptr< int > | ) |
Definition at line 48 of file testSharedPtrConvertible.cc.
int f | ( | shared_ptr< void const > | ) |
int g | ( | shared_ptr< incomplete > | ) |
Definition at line 60 of file testSharedPtrConvertible.cc.
int g | ( | shared_ptr< X > | ) |
Definition at line 54 of file testSharedPtrConvertible.cc.
Referenced by f(), g(), main(), Genfun::RelativisticBWDistribution::operator()(), Genfun::Variable::partial(), HepTool::Evaluator::setSystemOfUnits(), and symmatrix_test().
int g | ( | shared_ptr< Y > | ) |
Definition at line 57 of file testSharedPtrConvertible.cc.
int main | ( | ) |
Definition at line 63 of file testSharedPtrConvertible.cc.