/dports/audio/libmusicxml/libmusicxml-3.18/src/elements/ |
H A D | typedefs.h | 89 typedef SMARTP<musicxml<k_cue> > S_cue; 131 typedef SMARTP<musicxml<k_f> > S_f; 135 typedef SMARTP<musicxml<k_ff> > S_ff; 150 typedef SMARTP<musicxml<k_fp> > S_fp; 157 typedef SMARTP<musicxml<k_fz> > S_fz; 233 typedef SMARTP<musicxml<k_mf> > S_mf; 248 typedef SMARTP<musicxml<k_mp> > S_mp; 252 typedef SMARTP<musicxml<k_n> > S_n; 280 typedef SMARTP<musicxml<k_p> > S_p; 300 typedef SMARTP<musicxml<k_pf> > S_pf; [all …]
|
H A D | types.h | 42 static SMARTP<musicxml<elt> > new_musicxml (int inputLineNumber) in new_musicxml() 44 …static SMARTP<musicxml<elt> > new_musicxml ( const std::vector<Sxmlelement>& elts, int inputLineNu… in new_musicxml() 48 if (visitor<SMARTP<musicxml<elt> > >* p = dynamic_cast<visitor<SMARTP<musicxml<elt> > >*>(&v)) { in acceptIn() 49 SMARTP<musicxml<elt> > sptr = this; in acceptIn() 56 … if ( visitor<SMARTP<musicxml<elt> > >* p = dynamic_cast<visitor<SMARTP<musicxml<elt> > >*>(&v)) { in acceptOut() 57 SMARTP<musicxml<elt> > sptr = this; in acceptOut()
|
/dports/audio/guidoar/guidoar-cf5681a/src/guido/abstract/ |
H A D | ARTypes.h | 39 typedef SMARTP<guidotag> Sguidotag; 47 typedef SMARTP<ARNote> SARNote; 48 typedef SMARTP<ARMusic> SARMusic; 49 typedef SMARTP<ARChord> SARChord; 50 typedef SMARTP<ARVoice> SARVoice; 52 typedef SMARTP<ARTag<kTAcc> > SARAcc; 60 typedef SMARTP<ARTag<kTBar> > SARBar; 76 typedef SMARTP<ARTag<kTCue> > SARCue; 84 typedef SMARTP<ARTag<kTDim> > SARDim; 145 typedef SMARTP<ARTag<kTTen> > SARTen; [all …]
|
H A D | AROthers.cpp | 37 if (visitor<SMARTP<ARMusic> >* p = dynamic_cast<visitor<SMARTP<ARMusic> >*>(&v)) { in acceptIn() 38 SMARTP<ARMusic> sptr = this; in acceptIn() 46 if (visitor<SMARTP<ARMusic> >* p = dynamic_cast<visitor<SMARTP<ARMusic> >*>(&v)) { in acceptOut() 47 SMARTP<ARMusic> sptr = this; in acceptOut() 54 SMARTP<ARMusic> ARMusic::create() in create() 63 if (visitor<SMARTP<ARVoice> >* p = dynamic_cast<visitor<SMARTP<ARVoice> >*>(&v)) { in acceptIn() 64 SMARTP<ARVoice> sptr = this; in acceptIn() 72 if (visitor<SMARTP<ARVoice> >* p = dynamic_cast<visitor<SMARTP<ARVoice> >*>(&v)) { in acceptOut() 73 SMARTP<ARVoice> sptr = this; in acceptOut() 80 SMARTP<ARVoice> ARVoice::create() in create()
|
H A D | ARTag.h | 57 typedef SMARTP<guidotag> Sguidotag; 95 static SMARTP<ARTag<elt> > create(long id=0) 99 if (visitor<SMARTP<ARTag<elt> > >* p = dynamic_cast<visitor<SMARTP<ARTag<elt> > >*>(&v)) { in acceptIn() 100 SMARTP<ARTag<elt> > sptr = this; in acceptIn() 106 if (visitor<SMARTP<ARTag<elt> > >* p = dynamic_cast<visitor<SMARTP<ARTag<elt> > >*>(&v)) { in acceptOut() 107 SMARTP<ARTag<elt> > sptr = this; in acceptOut()
|
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/ |
H A D | msrMutualDependencies.h | 104 typedef SMARTP<msrNote> S_msrNote; 107 typedef SMARTP<msrChord> S_msrChord; 110 typedef SMARTP<msrTuplet> S_msrTuplet; 119 typedef SMARTP<msrHarmony> S_msrHarmony; 134 typedef SMARTP<msrRepeat> S_msrRepeat; 137 typedef SMARTP<msrMeasure> S_msrMeasure; 143 typedef SMARTP<msrVoice> S_msrVoice; 149 typedef SMARTP<msrPart> S_msrPart; 152 typedef SMARTP<msrStanza> S_msrStanza; 202 typedef SMARTP<msrStaff> S_msrStaff; [all …]
|
H A D | bsrMutualDependencies.h | 39 typedef SMARTP<bsrLine> S_bsrLine; 42 typedef SMARTP<bsrSpaces> S_bsrSpaces; 45 typedef SMARTP<bsrPage> S_bsrPage; 48 typedef SMARTP<bsrMeasure> S_bsrMeasure; 51 typedef SMARTP<bsrKey> S_bsrKey; 54 typedef SMARTP<bsrTime> S_bsrTime; 57 typedef SMARTP<bsrTempo> S_bsrTempo; 60 typedef SMARTP<bsrNote> S_bsrNote;
|
H A D | msrInstruments.h | 34 static SMARTP<msrStringTuning> create ( 105 typedef SMARTP<msrStringTuning> S_msrStringTuning; 127 static SMARTP<msrScordatura> create ( 180 typedef SMARTP<msrScordatura> S_msrScordatura; 269 static SMARTP<msrHarpPedalsTuning> create ( 363 static SMARTP<msrPedal> create ( 431 typedef SMARTP<msrPedal> S_msrPedal; 442 static SMARTP<msrDamp> create ( 485 typedef SMARTP<msrDamp> S_msrDamp; 496 static SMARTP<msrDampAll> create ( [all …]
|
H A D | oahBasicTypes.h | 46 typedef SMARTP<oahValuedAtom> S_oahValuedAtom; 49 typedef SMARTP<oahSubGroup> S_oahSubGroup; 52 typedef SMARTP<oahGroup> S_oahGroup; 55 typedef SMARTP<oahHandler> S_oahHandler; 65 static SMARTP<oahAtom> create ( 129 typedef SMARTP<oahAtom> S_oahAtom; 140 static SMARTP<oahAtomSynonym> create ( 762 typedef SMARTP<oahPrefix> S_oahPrefix; 777 static SMARTP<oahPrefix> create ( 2860 static SMARTP<oahGroup> create ( [all …]
|
H A D | msrRestMeasures_MUT_DEP.h | 14 static SMARTP<msrRestMeasuresContents> create ( 18 SMARTP<msrRestMeasuresContents> createRestMeasuresContentsNewbornClone ( 21 SMARTP<msrRestMeasuresContents> createRestMeasuresContentsDeepCopy ( 91 typedef SMARTP<msrRestMeasuresContents> S_msrRestMeasuresContents; 112 static SMARTP<msrRestMeasures> create ( 118 static SMARTP<msrRestMeasures> create ( 123 SMARTP<msrRestMeasures> createRestMeasuresNewbornClone ( 126 SMARTP<msrRestMeasures> createRestMeasuresDeepCopy ( 238 typedef SMARTP<msrRestMeasures> S_msrRestMeasures;
|
H A D | msrAfterGraceNotes_MUT_DEP.h | 14 static SMARTP<msrAfterGraceNotesGroupContents> create ( 18 SMARTP<msrAfterGraceNotesGroupContents> createAfterGraceNotesGroupContentsNewbornClone ( 21 SMARTP<msrVoice> createAfterGraceNotesGroupContentsDeepCopy ( 90 typedef SMARTP<msrAfterGraceNotesGroupContents> S_msrAfterGraceNotesGroupContents; 101 static SMARTP<msrAfterGraceNotesGroup> create ( 107 SMARTP<msrAfterGraceNotesGroup> createAfterGraceNotesGroupNewbornClone ( 111 SMARTP<msrVoice> createAfterGraceNotesGroupDeepCopy ( 184 typedef SMARTP<msrAfterGraceNotesGroup> S_msrAfterGraceNotesGroup;
|
H A D | bsrCellsLists.h | 28 typedef SMARTP<bsrCellsList> S_bsrCellsList; 37 static SMARTP<bsrCellsList> create ( 40 static SMARTP<bsrCellsList> create ( 44 static SMARTP<bsrCellsList> create ( 49 static SMARTP<bsrCellsList> create ( 55 static SMARTP<bsrCellsList> create ( 62 static SMARTP<bsrCellsList> create ( 70 static SMARTP<bsrCellsList> create (
|
H A D | msrFiguredBasses_MUT_DEP.h | 36 static SMARTP<msrFigure> create ( 43 SMARTP<msrFigure> createFigureNewbornClone ( 46 SMARTP<msrFigure> createFigureDeepCopy ( // JMI ??? 121 typedef SMARTP<msrFigure> S_msrFigure; 141 static SMARTP<msrFiguredBass> create ( 144 static SMARTP<msrFiguredBass> create ( 152 SMARTP<msrFiguredBass> createFiguredBassNewbornClone ( 155 SMARTP<msrFiguredBass> createFiguredBassDeepCopy (); // JMI ??? 274 typedef SMARTP<msrFiguredBass> S_msrFiguredBass;
|
/dports/audio/guidoar/guidoar-cf5681a/src/lang/expressions/ |
H A D | guidoExprTypes.h | 38 typedef guido::SMARTP<guidoexpression> Sguidoexpression; 40 typedef guido::SMARTP<guidonode<kApply> > SguidoApplyExpr; 43 typedef guido::SMARTP<guidonode<kSeqOp> > SguidoSeqExpr; 44 typedef guido::SMARTP<guidonode<kParOp> > SguidoParExpr; 45 typedef guido::SMARTP<guidonode<kHeadOp> > SguidoHeadExpr; 46 typedef guido::SMARTP<guidonode<kTailOp> > SguidoTailExpr; 47 typedef guido::SMARTP<guidonode<kTopOp> > SguidoTopExpr; 52 typedef guido::SMARTP<guidoScoreExpr> SguidoScoreExpr; 53 typedef guido::SMARTP<guidoNamedExpr> SguidoNamedExpr; 56 typedef guido::SMARTP<guidoEnv> SguidoEnv; [all …]
|
H A D | guidoexpression.h | 44 typedef guido::SMARTP<guidoexpression> Sguidoexpression; 45 typedef guido::SMARTP<guidovalue> Sguidovalue; 46 typedef guido::SMARTP<guidoEnv> SguidoEnv; 91 static guido::SMARTP<guidonode<elt> > create() in create() 95 …if (guido::visitor<guido::SMARTP<guidonode<elt> > >* p = dynamic_cast<guido::visitor<guido::SMARTP… in acceptIn() 96 guido::SMARTP<guidonode<elt> > sptr = this; in acceptIn() 102 …if (guido::visitor<guido::SMARTP<guidonode<elt> > >* p = dynamic_cast<guido::visitor<guido::SMARTP… in acceptOut() 103 guido::SMARTP<guidonode<elt> > sptr = this; in acceptOut()
|
/dports/audio/guidoar/guidoar-cf5681a/src/lib/ |
H A D | gar_smartpointer.h | 31 #define SMARTP libmapping::SMARTP macro 78 template<class T> class SMARTP { 85 SMARTP() : fSmartPtr(0) {} in SMARTP() function 90 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 92 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 95 ~SMARTP() { if (fSmartPtr) fSmartPtr->removeReference(); } in ~SMARTP() 116 SMARTP& operator=(T2 p1_) { *this=(T*)p1_; return *this; } 119 SMARTP& operator=(T* p_) { 132 bool operator<(const SMARTP<T>& p_) const { return fSmartPtr < ((T *) p_); } 134 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T *) p_); } [all …]
|
/dports/audio/faustlive/faustlive-2.5.7/src/Utilities/ |
H A D | smartpointer.h | 69 template<class T> class SMARTP { 76 SMARTP() : fSmartPtr(0) {} in SMARTP() function 78 SMARTP(T* rawptr) : fSmartPtr(rawptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 81 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 83 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 86 ~SMARTP() { if (fSmartPtr) fSmartPtr->removeReference(); } in ~SMARTP() 107 SMARTP& operator=(T2 p1_) { *this=(T*)p1_; return *this; } 110 SMARTP& operator=(T* p_) { 123 bool operator<(const SMARTP<T>& p_) const { return fSmartPtr < ((T *) p_); } 125 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T *) p_); } [all …]
|
/dports/audio/faust/faust-2.37.3/compiler/generator/ |
H A D | smartpointer.h | 78 class SMARTP { 85 SMARTP() : fSmartPtr(0) {} in SMARTP() function 87 SMARTP(T* rawptr) : fSmartPtr(rawptr) in SMARTP() function 93 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) in SMARTP() function 98 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) in SMARTP() function 104 ~SMARTP() in ~SMARTP() 130 SMARTP& operator=(T2 p1_) 137 SMARTP& operator=(T* p_) 153 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T*)p_); } 156 SMARTP& cast(T2* p_) in cast() [all …]
|
/dports/audio/faust/faust-2.37.3/architecture/osclib/faust/faust/osc/ |
H A D | smartpointer.h | 74 template<class T> class SMARTP { 81 SMARTP() : fSmartPtr(0) {} in SMARTP() function 83 SMARTP(T* rawptr) : fSmartPtr(rawptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 86 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 88 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 91 ~SMARTP() { if (fSmartPtr) fSmartPtr->removeReference(); } in ~SMARTP() 112 SMARTP& operator=(T2 p1_) { *this=(T*)p1_; return *this; } 115 SMARTP& operator=(T* p_) { 128 bool operator<(const SMARTP<T>& p_) const { return fSmartPtr < ((T *) p_); } 130 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T *) p_); } [all …]
|
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/src/lib/ |
H A D | smartpointer.h | 68 template<class T> class SMARTP { 75 SMARTP() : fSmartPtr(0) {} in SMARTP() function 77 SMARTP(T* rawptr) : fSmartPtr(rawptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 80 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 82 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 85 ~SMARTP() { if (fSmartPtr) fSmartPtr->removeReference(); } in ~SMARTP() 106 SMARTP& operator=(T2 p1_) { *this=(T*)p1_; return *this; } 109 SMARTP& operator=(T* p_) { 122 bool operator<(const SMARTP<T>& p_) const { return fSmartPtr < ((T *) p_); } 124 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T *) p_); } [all …]
|
/dports/audio/libmusicxml/libmusicxml-3.18/src/lib/ |
H A D | smartpointer.h | 58 template<class T> class SMARTP { 65 SMARTP() : fSmartPtr(0) {} in SMARTP() function 67 SMARTP(T* rawptr) : fSmartPtr(rawptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 70 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 72 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 75 ~SMARTP() { if (fSmartPtr) fSmartPtr->removeReference(); } in ~SMARTP() 96 SMARTP& operator=(T2 p1_) { *this=(T*)p1_; return *this; } 99 SMARTP& operator=(T* p_) { 112 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T *) p_); } 116 template<class T2> SMARTP& cast(const SMARTP<T2>& p_) { return operator=(dynamic_cast<T*>(p_)); } in cast() [all …]
|
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/osc/ |
H A D | smartpointer.h | 74 template<class T> class SMARTP { 81 SMARTP() : fSmartPtr(0) {} in SMARTP() function 83 SMARTP(T* rawptr) : fSmartPtr(rawptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 86 SMARTP(const SMARTP<T2>& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 88 SMARTP(const SMARTP& ptr) : fSmartPtr((T*)ptr) { if (fSmartPtr) fSmartPtr->addReference(); } in SMARTP() function 91 ~SMARTP() { if (fSmartPtr) fSmartPtr->removeReference(); } in ~SMARTP() 112 SMARTP& operator=(T2 p1_) { *this=(T*)p1_; return *this; } 115 SMARTP& operator=(T* p_) { 128 bool operator<(const SMARTP<T>& p_) const { return fSmartPtr < ((T *) p_); } 130 SMARTP& operator=(const SMARTP<T>& p_) { return operator=((T *) p_); } [all …]
|
/dports/audio/guidoar/guidoar-cf5681a/src/lang/values/ |
H A D | guidoValueTypes.h | 32 typedef guido::SMARTP<guidoexpression> Sguidoexpression; 43 typedef guido::SMARTP<guidovalue> Sguidovalue; 44 typedef guido::SMARTP<guidoSeqValue> SguidoSeqValue; 45 typedef guido::SMARTP<guidoScoreValue> SguidoScoreValue; 46 typedef guido::SMARTP<guidoMixValue> SguidoMixValue; 47 typedef guido::SMARTP<guidoClosureValue> SguidoClosureValue; 48 typedef guido::SMARTP<guidoApplyValue> SguidoApplyValue; 49 typedef guido::SMARTP<guidoErrValue> SguidoErrValue; 50 typedef guido::SMARTP<guidoEvalSusp> SguidoEvalSusp;
|
/dports/audio/guidoar/guidoar-cf5681a/src/lang/suspensions/ |
H A D | guidoSuspTypes.h | 34 typedef guido::SMARTP<guidoEnv> SguidoEnv; 36 typedef guido::SMARTP<guidovalue> Sguidovalue; 40 typedef guido::SMARTP<guidosusp> Sguidosusp; 41 typedef guido::SMARTP<guidonodesusp<kApplySusp> > SguidoApplySusp; 42 typedef guido::SMARTP<guidonodesusp<kClosureSusp> > SguidoClosureSusp; 43 typedef guido::SMARTP<guidonodesusp<kSeqSusp> > SguidoSeqSusp; 44 typedef guido::SMARTP<guidonodesusp<kParSusp> > SguidoParSusp;
|
/dports/audio/libmusicxml/libmusicxml-3.18/src/guido/ |
H A D | guido.h | 29 typedef SMARTP<guidoelement> Sguidoelement; 30 typedef SMARTP<guidoparam> Sguidoparam; 48 static SMARTP<guidoparam> create(long value, bool quote=true); 154 static SMARTP<guidonote> create(unsigned short voice); 183 typedef SMARTP<guidonote> Sguidonote; 228 static SMARTP<guidoseq> create(); 235 typedef SMARTP<guidoseq> Sguidoseq; 242 static SMARTP<guidochord> create(); 251 typedef SMARTP<guidochord> Sguidochord; 261 static SMARTP<guidotag> create(std::string name); [all …]
|