• Home
  • Raw
  • Download

Lines Matching refs:Attr

281         template <typename Attr, typename T_>
283 operator=(std::pair<Attr, T_> const& p) in operator =()
289 template <typename Attr, typename T_>
291 operator+= (symbols& sym, std::pair<Attr, T_> const& p) in operator +=() argument
296 template <typename Attr>
298 operator-= (symbols& sym, Attr const& attr) in operator -=()
305 template <typename Attr, typename T_>
307 operator+= (symbols& sym, std::pair<Attr, T_>& p) in operator +=() argument
313 template <typename Attr>
315 operator-= (symbols& sym, Attr& attr) in operator -=()
321 template <typename Attr, typename T_>
323 operator+= (symbols& sym, std::pair<Attr, T_>&& p) in operator +=() argument
329 template <typename Attr>
331 operator-= (symbols& sym, Attr&& attr) in operator -=()
342 template <typename Attr>
343 value_type* find(Attr const& attr) in find()
349 template <typename Attr>
350 value_type& at(Attr const& attr) in at()
357 , typename Attr>
359 , Attr const& attr) const in generate()
362 traits::symbols_lookup<Attr, Attribute>::call(attr)); in generate()
368 , traits::symbols_value<Attribute, Attr>::call(attr)) && in generate()
398 template <typename Attr>
400 operator()(Attr const& attr, T const& val = T()) const in operator ()()
406 template <typename Attr>
408 operator, (Attr const& attr) const in operator ,()
430 template <typename Attr>
432 operator()(Attr const& attr) const in operator ()()
438 template <typename Attr>
440 operator, (Attr const& attr) const in operator ,()
551 template <typename Attr>
553 operator=(Attr const& attr) in operator =()
559 template <typename Attr>
561 operator+= (symbols& sym, Attr const& attr) in operator +=()
566 template <typename Attr>
568 operator-= (symbols& sym, Attr const& attr) in operator -=()
574 template <typename Attr>
576 operator+= (symbols& sym, Attr& attr) in operator +=()
582 template <typename Attr>
584 operator-= (symbols& sym, Attr& attr) in operator -=()
595 template <typename Attr>
596 value_type const* find(Attr const& attr) in find()
602 template <typename Attr>
603 value_type at(Attr const& attr) in at()
613 , typename Attr>
615 , Attr const& attr) const in generate()
618 traits::symbols_lookup<Attr, Attribute>::call(attr)); in generate()
624 , traits::symbols_lookup<Attr, Attribute>::call(attr) in generate()
655 template <typename Attr>
657 operator()(Attr const& attr) const in operator ()()
663 template <typename Attr>
665 operator, (Attr const& attr) const in operator ,()
687 template <typename Attr>
689 operator()(Attr const& attr) const in operator ()()
695 template <typename Attr>
697 operator, (Attr const& attr) const in operator ,()
755 , typename Attr, typename Context, typename Iterator>
757 , Attr, Context, Iterator>
758 : traits::is_container<Attr> {};