Sha256: e014e425dfb50690ae6d803b30ee2d9d764aed6d54c5949195a0f6fba24990cd

Contents?: true

Size: 256 Bytes

Versions: 11

Compression:

Stored size: 256 Bytes

Contents

#ifndef EXTERNAL_INCLUDE_TEST
#define EXTERNAL_INCLUDE_TEST

namespace ExternalIncludeTest {
  class MapsToInt {
    public:
      MapsToInt(int x) {value=x;}
      int value;
  };
  inline MapsToInt return100() {
    return MapsToInt(100);
  }

}

#endif

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rbplusplus-1.4.0 test/headers/external_mapping.h
rbplusplus-1.3.0 test/headers/external_mapping.h
rbplusplus-1.2.1 test/headers/external_mapping.h
rbplusplus-1.2.0 test/headers/external_mapping.h
rbplusplus-1.1.0 test/headers/external_mapping.h
rbplusplus-1.0.3 test/headers/external_mapping.h
rbplusplus-1.0.1 test/headers/external_mapping.h
rbplusplus-1.0 test/headers/external_mapping.h
rbplusplus-0.9.1 test/headers/external_mapping.h
rbplusplus-0.9 test/headers/external_mapping.h
rbplusplus-0.8 test/headers/external_mapping.h