Home
last modified time | relevance | path

Searched refs:sc_Record (Results 1 – 25 of 108) sorted by relevance

12345

/dports/devel/sdts++/sdts++-1.5.1/sdts++/builder/
H A Dsb_Dq.h29 class sc_Record; variable
139 bool getRecord( sc_Record& val ) const;
146 bool setRecord( sc_Record const& val );
173 bool getRecord( sc_Record& val ) const;
180 bool setRecord( sc_Record const& val );
208 bool getRecord( sc_Record& val ) const;
215 bool setRecord( sc_Record const& val );
241 bool getRecord( sc_Record& val ) const;
248 bool setRecord( sc_Record const& val );
275 bool getRecord( sc_Record& val ) const;
[all …]
H A Dsb_Dq.cpp158 sc_Record const& record, in ingest_record_()
265 sb_Dqhl::getRecord( sc_Record & record ) const in getRecord()
306 sb_Dqhl::setRecord( sc_Record const& record ) in setRecord()
343 sb_Dqpa::getRecord( sc_Record & record ) const in getRecord()
379 sb_Dqpa::setRecord( sc_Record const& record ) in setRecord()
427 sb_Dqaa::getRecord( sc_Record & record ) const in getRecord()
463 sb_Dqaa::setRecord( sc_Record const& record ) in setRecord()
513 sb_Dqlc::getRecord( sc_Record & record ) const in getRecord()
549 sb_Dqlc::setRecord( sc_Record const& record ) in setRecord()
595 sb_Dqcg::getRecord( sc_Record & record ) const in getRecord()
[all …]
H A Dsb_At.h42 class sc_Record; variable
100 bool getRecord( sc_Record& val ) const = 0;
107 bool setRecord( sc_Record const& val ) = 0;
191 bool getRecord( sc_Record& val ) const;
197 bool setRecord( sc_Record const& val ) in setRecord()
H A Dsb_Cell.h138 bool getRecord( sc_Record& val ) const;
145 bool setRecord( sc_Record const& val );
200 sc_Record const* record_; // pointer to record for last setRecord()
207 sc_Record const& record );
266 sc_Record const& record ) in ingest_record_()
384 sb_Cell<T>::getRecord( sc_Record & record ) const in getRecord()
460 sb_Cell<T>::setRecord( sc_Record const& record ) in setRecord()
497 sc_Record::const_iterator cvls_field; in loadData()
H A Dsb_Utils.h45 bool getFieldByMnem( sc_Record const& rec,
47 sc_Record::const_iterator& thefield );
76 void add_field( sc_Record & record,
88 void add_foreignID( sc_Record & record,
H A Dsb_Module.h30 class sc_Record; variable
106 virtual bool getRecord( sc_Record& ) const = 0;
113 virtual bool setRecord( sc_Record const& ) = 0;
H A Dsb_Clrx.h30 class sc_Record; variable
79 bool getRecord( sc_Record& val ) const;
94 bool setRecord( sc_Record const& val );
H A Dsb_Utils.cpp97 sb_Utils::getFieldByMnem(sc_Record const& rec, in getFieldByMnem()
99 sc_Record::const_iterator& thefield) in getFieldByMnem()
282 sb_Utils::add_field( sc_Record & record, in add_field()
298 sb_Utils::add_foreignID( sc_Record & record, in add_foreignID()
467 sc_Record::const_iterator matched_field; in find()
654 sc_Record record; // current IREF record in addConvertersFromIREF_()
704 sc_Record record; // current DDSH record in addConvertersFromDDSH_()
763 sc_Record record; // current CATD record in addConverters()
H A Dsb_Ring.h41 class sc_Record; variable
89 bool getRecord( sc_Record& val ) const;
104 bool setRecord( sc_Record const& val );
H A Dsb_Stat.h34 class sc_Record; variable
84 bool getRecord( sc_Record& val ) const;
91 bool setRecord( sc_Record const& val );
H A Dsb_Spdm.h43 class sc_Record; variable
92 bool getRecord( sc_Record& val ) const;
107 bool setRecord( sc_Record const& val );
H A Dsb_Comp.h43 class sc_Record; variable
96 bool getRecord( sc_Record& val ) const;
109 bool setRecord( sc_Record const& val );
H A Dsb_Dddf.h43 class sc_Record; variable
98 bool getRecord( sc_Record& val ) const;
113 bool setRecord( sc_Record const& val );
H A Dsb_Poly.h42 class sc_Record; variable
102 bool getRecord( sc_Record& val ) const;
117 bool setRecord( sc_Record const& val );
H A Dsb_Xref.h32 class sc_Record; variable
104 bool getRecord( sc_Record& val ) const;
111 bool setRecord( sc_Record const& val );
H A Dsb_Cats.h35 class sc_Record; variable
94 bool getRecord( sc_Record& val ) const;
101 bool setRecord( sc_Record const& val );
H A Dsb_Ldef.h43 class sc_Record; variable
124 bool getRecord( sc_Record& val ) const;
131 bool setRecord( sc_Record const& val );
H A Dsb_Iden.h32 class sc_Record; variable
50 sb_Iden(sc_Record const & recprox);
142 bool getRecord( sc_Record& record ) const;
230 bool setRecord( sc_Record const& record );
H A Dsb_Catd.h35 class sc_Record; variable
118 bool getRecord( sc_Record& val ) const;
125 bool setRecord( sc_Record const& val );
H A Dsb_Iref.h30 class sc_Record; variable
135 bool getRecord( sc_Record& record ) const;
214 bool setRecord( sc_Record const & record );
H A Dsb_Ddsh.h31 class sc_Record; variable
99 bool getRecord( sc_Record& val ) const;
106 bool setRecord( sc_Record const& val );
/dports/devel/sdts++/sdts++-1.5.1/sdts++/io/
H A Dsio_Reader.h33 class sc_Record; variable
71 bool get( sc_Record& record ) ;
144 bool fillScRecord_( sio_8211DR const & dr, sc_Record& record );
151 bool fillScRecord_( long DRoffset, sc_Record& record );
H A Dsio_Writer.h22 class sc_Record; variable
58 virtual bool put( sc_Record& ) = 0;
122 bool put( sc_Record& record );
/dports/devel/sdts++/sdts++-1.5.1/contrib/tomksdts/
H A Dconvert.cpp144 emitSchema_( sc_Record const & record ) in emitSchema_()
161 for ( sc_Record::const_iterator i = record.begin() ; in emitSchema_()
244 emitRecord_( sc_Record const & record ) in emitRecord_()
249 for ( sc_Record::const_iterator current_field = record.begin(); in emitRecord_()
270 sc_Record record; in convertToSDL()
/dports/devel/sdts++/sdts++-1.5.1/sdts++/container/
H A Dsc_Record.h33 class sc_Record : public sc_FieldCntr
45 friend std::ostream& operator<<( std::ostream&, sc_Record const& );

12345