1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-10 19:20:44 +01:00

PlaceHolder type is declared in Global.hpp

This commit is contained in:
Antonin Portelli 2014-03-12 19:15:40 +00:00
parent 0da6c5fc4c
commit 2e4ac4fa5a
2 changed files with 6 additions and 5 deletions

View File

@ -108,6 +108,11 @@ using ConstMap = Eigen::Map<const Derived>;
// Index type ////////////////////////////////////////////////////////////////// // Index type //////////////////////////////////////////////////////////////////
typedef DMatBase::Index Index; typedef DMatBase::Index Index;
// Placeholder type ////////////////////////////////////////////////////////////
struct PlaceHolder {};
extern PlaceHolder _;
// Type utilities ////////////////////////////////////////////////////////////// // Type utilities //////////////////////////////////////////////////////////////
// pointer type test // pointer type test
template <typename Derived, typename Base> template <typename Derived, typename Base>

View File

@ -55,11 +55,7 @@ private:
/****************************************************************************** /******************************************************************************
* object for X vs. Y statistical data * * object for X vs. Y statistical data *
******************************************************************************/ ******************************************************************************/
struct PlaceHolder {}; class XYStatData: public FitInterface
extern PlaceHolder _;
class XYStatData
{ {
public: public:
enum enum