Sha256: 9c651b1e47a4a0a092d7c5cd1d67c1a77748d810988a23a166305c2b54361970

Contents?: true

Size: 368 Bytes

Versions: 4

Compression:

Stored size: 368 Bytes

Contents

#ifndef ORIGEN_TEST_METHOD_FUNCTIONAL_TEST_INCLUDED
#define ORIGEN_TEST_METHOD_FUNCTIONAL_TEST_INCLUDED

#include "base.hpp"
#include "mapi.hpp"
#include "rdi.hpp"

using namespace std;

namespace Origen {
namespace TestMethod {

class Empty : public Base {
 public:
  Empty();
  virtual ~Empty();

 protected:
  typedef Empty super;
  Empty& getThis();
};
}
}
#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
origen_std_lib-0.13.1 src/advantest/smt7/origen/origen/test_method/empty.hpp
origen_std_lib-0.13.0 src/advantest/smt7/origen/origen/test_method/empty.hpp
origen_std_lib-0.12.0 src/advantest/smt7/origen/origen/test_method/empty.hpp
origen_std_lib-0.11.0 src/advantest/smt7/origen/origen/test_method/empty.hpp