Sha256: 00d975ab4e0a79f4f932867149bfe679ddec52e10866e54beebfd42470631679

Contents?: true

Size: 525 Bytes

Versions: 5

Compression:

Stored size: 525 Bytes

Contents

//
//  refract/IsExpandableVisitor.h
//  librefract
//
//  Created by Jiri Kratochvil on 17/06/15.
//  Copyright (c) 2015 Apiary Inc. All rights reserved.
//

#ifndef REFRACT_ISEXPANDABLEVISITOR_H
#define REFRACT_ISEXPANDABLEVISITOR_H

namespace refract
{

    class IsExpandableVisitor {

        bool result;

    public:

        IsExpandableVisitor();

        template<typename T>
        void operator()(const T& e);

        bool get() const;
    };

}; // namespace refract

#endif // #ifndef REFRACT_EXPANDVISITOR_H

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lounge_lizard-0.1.4 ext/drafter/src/refract/IsExpandableVisitor.h
lounge_lizard-0.1.3 ext/drafter/src/refract/IsExpandableVisitor.h
lounge_lizard-0.1.2 ext/drafter/src/refract/IsExpandableVisitor.h
lounge_lizard-0.1.1 ext/drafter/src/refract/IsExpandableVisitor.h
lounge_lizard-0.1.0 ext/drafter/src/refract/IsExpandableVisitor.h