Searched refs:ENTITY (Results 1 – 6 of 6) sorted by relevance
43 template <class ENTITY>47 typedef Base<ENTITY> container_type;48 typedef ary::TypedId<ENTITY> key_type;49 typedef stg::const_iterator<ENTITY> c_iter;50 typedef stg::iterator<ENTITY> iter;56 const ENTITY & operator[](58 ENTITY & operator[](60 const ENTITY & operator[](62 ENTITY & operator[](67 DYN ENTITY & pass_newEntity );[all …]
48 template <class ENTITY>53 typedef std::deque< ENTITY* > impl_type;66 ENTITY * operator[](70 DYN ENTITY & pass_newEntity );71 DYN ENTITY * Set_Entity( /// @return the previous value.73 DYN ENTITY & pass_newEntity );92 template <class ENTITY>93 Base<ENTITY>::Base(uintt i_nrOfReservedItems) in Base()99 template <class ENTITY>100 Base<ENTITY>::~Base() in ~Base()[all …]
48 template <class ENTITY>49 class iterator : public std::iterator<std::forward_iterator_tag, ENTITY>52 typedef iterator<ENTITY> self;53 typedef typename Base<ENTITY>::impl_type impl_container;70 ENTITY & operator*() const { csv_assert(*itImpl != 0); in operator *()76 friend class const_iterator<ENTITY>; // For const_iterator(iterator);88 template <class ENTITY>90 public std::iterator<std::forward_iterator_tag, const ENTITY>93 typedef const_iterator<ENTITY> self;94 typedef typename Base<ENTITY>::impl_type impl_container;[all …]
45 attributes of type "NOTATION", "ENTITY", or "ENTITIES", it can use the
130 /// http://www.w3.org/2001/XMLSchema-datatypes#ENTITY
537 entityTrackingReportStats(XML_Parser rootParser, ENTITY *entity,