Sha256: 823b7a1fa144429ad2a040f547aea8780945b011ac0878c7410d575baf852771

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

#include "Query.h"
#include "Element.h"

namespace refract {

    namespace query {

            bool Element::operator()(const IElement& e) {
                return e.element() == name;
            }
    }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lounge_lizard-0.1.4 ext/drafter/src/refract/Query.cc
lounge_lizard-0.1.3 ext/drafter/src/refract/Query.cc
lounge_lizard-0.1.2 ext/drafter/src/refract/Query.cc
lounge_lizard-0.1.1 ext/drafter/src/refract/Query.cc
lounge_lizard-0.1.0 ext/drafter/src/refract/Query.cc