Sha256: fc17dfe050980ddf88cd3ebcb93d5708018a8d15875ac62292139cfb34aa9832

Contents?: true

Size: 984 Bytes

Versions: 4

Compression:

Stored size: 984 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __REFLEX_RUBY_STYLE_LENGTH_H__
#define __REFLEX_RUBY_STYLE_LENGTH_H__


#include <rucy/rucy.h>
#include <rucy/class.h>
#include <rucy/extension.h>
#include <reflex/style.h>


namespace Reflex
{


	Rucy::Class style_length_class ();
	// class Reflex::StyleLength

	Rucy::Class style_length2_class ();
	// class Reflex::StyleLength2

	Rucy::Class style_length4_class ();
	// class Reflex::StyleLength4


}// Reflex


RUCY_DECLARE_VALUE_FROM_TO(Reflex::StyleLength)

RUCY_DECLARE_VALUE_FROM_TO(Reflex::StyleLength2)

RUCY_DECLARE_VALUE_FROM_TO(Reflex::StyleLength4)


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Reflex::StyleLength> ()
	{
		return Reflex::style_length_class();
	}

	template <> inline Class
	get_ruby_class<Reflex::StyleLength2> ()
	{
		return Reflex::style_length2_class();
	}

	template <> inline Class
	get_ruby_class<Reflex::StyleLength4> ()
	{
		return Reflex::style_length4_class();
	}


}// Rucy


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reflexion-0.1.10 include/reflex/ruby/style_length.h
reflexion-0.1.9.1 include/reflex/ruby/style_length.h
reflexion-0.1.9 include/reflex/ruby/style_length.h
reflexion-0.1.8 include/reflex/ruby/style_length.h