/*
 * Copyright (c) 2003, The Tendra Project <http://www.ten15.org/>
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice unmodified, this list of conditions, and the following
 *    disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 *
 *  		 Crown Copyright (c) 1997, 1998
 *
 *  This TenDRA(r) Computer Program is subject to Copyright
 *  owned by the United Kingdom Secretary of State for Defence
 *  acting through the Defence Evaluation and Research Agency
 *  (DERA).  It is made available to Recipients with a
 *  royalty-free licence for its use, reproduction, transfer
 *  to other parties and amendment for any purpose not excluding
 *  product development provided that any such use et cetera
 *  shall be deemed to be acceptance of the following conditions:-
 *
 *      (1) Its Recipients shall ensure that this Notice is
 *      reproduced upon any copies or amended versions of it;
 *
 *      (2) Any amended version of it shall be clearly marked to
 *      show both the nature of and the organisation responsible
 *      for the relevant amendment or amendments;
 *
 *      (3) Its onward transfer from a recipient to another
 *      party shall be deemed to be that party's acceptance of
 *      these conditions;
 *
 *      (4) DERA gives no warranty or assurance as to its
 *      quality or suitability for any purpose and DERA accepts
 *      no liability whatsoever in relation to any use to which
 *      it may be put.
 *
 * $TenDRA: tendra/src/producers/common/c_class.alg,v 1.18 2005/11/07 18:42:37 stefanf Exp $
 */

/*
 *    AUTOMATICALLY GENERATED FROM ALGEBRA c_class (VERSION 1.1)
 *    BY calculus (VERSION 1.3)
 */

#ifndef INST_OPS_H_INCLUDED
#define	INST_OPS_H_INCLUDED

/* Operations for union INSTANCE */

#define	TAG_inst(P)				(CHECK_NULL (P)->ag_tag)


/* Operations for component form of union INSTANCE */

#define	inst_form(P)				(CHECK_NULL (P) + 1)


/* Operations for component alias of union INSTANCE */

#define	inst_alias(P)				(CHECK_NULL (P) + 2)


/* Operations for component next of union INSTANCE */

#define	inst_next(P)				(CHECK_NULL (P) + 3)


/* Operations for field templ of union INSTANCE */

#define	inst_templ_tag				0u
#define	IS_inst_templ(P)				(CHECK_NULL (P)->ag_tag == 0)

#define	inst_templ_id(P)				(CHECK_TAG ((P), 0) + 4)
#define	inst_templ_spec(P)				(CHECK_TAG ((P), 0) + 5)
#define	inst_templ_access(P)				(CHECK_TAG ((P), 0) + 6)
#define	inst_templ_mode(P)				(CHECK_TAG ((P), 0) + 7)
#define	inst_templ_mems(P)				(CHECK_TAG ((P), 0) + 8)
#define	inst_templ_prev(P)				(CHECK_TAG ((P), 0) + 9)

#define MAKE_inst_templ(form_, next_, id_, access_, prev_, c_class_inst)\
	{\
		c_class *x854_ = GEN_c_class ( 10, TYPEID_inst );\
		x854_->ag_tag = 0;\
		COPY_type (x854_ + 1, (form_));\
		COPY_inst (x854_ + 2, x854_);\
		COPY_inst (x854_ + 3, (next_));\
		COPY_id (x854_ + 4, (id_));\
		COPY_type (x854_ + 5, NULL_type);\
		COPY_dspec (x854_ + 6, (access_));\
		COPY_pptok (x854_ + 7, NULL);\
		COPY_list (x854_ + 8, NULL_list ( IDENTIFIER ));\
		COPY_inst (x854_ + 9, (prev_));\
		(c_class_inst) = x854_;\
	}

#define	DECONS_inst_templ(form_, alias_, next_, id_, spec_, access_, mode_, mems_, prev_, c_class_inst)\
	{\
		c_class *x855_ = CHECK_TAG ((c_class_inst), 0);\
		(form_) = DEREF_type (x855_ + 1);\
		(alias_) = DEREF_inst (x855_ + 2);\
		(next_) = DEREF_inst (x855_ + 3);\
		(id_) = DEREF_id (x855_ + 4);\
		(spec_) = DEREF_type (x855_ + 5);\
		(access_) = DEREF_dspec (x855_ + 6);\
		(mode_) = DEREF_pptok (x855_ + 7);\
		(mems_) = DEREF_list (x855_ + 8);\
		(prev_) = DEREF_inst (x855_ + 9);\
	}

#define	DESTROY_inst_templ(destroyer_, form_, alias_, next_, id_, spec_, access_, mode_, mems_, prev_, c_class_inst)\
	{\
		c_class *x856_ = CHECK_TAG ((c_class_inst), 0);\
		(form_) = DEREF_type (x856_ + 1);\
		(alias_) = DEREF_inst (x856_ + 2);\
		(next_) = DEREF_inst (x856_ + 3);\
		(id_) = DEREF_id (x856_ + 4);\
		(spec_) = DEREF_type (x856_ + 5);\
		(access_) = DEREF_dspec (x856_ + 6);\
		(mode_) = DEREF_pptok (x856_ + 7);\
		(mems_) = DEREF_list (x856_ + 8);\
		(prev_) = DEREF_inst (x856_ + 9);\
		(destroyer_) (x856_, 10u);\
	}


/* Operations for field token of union INSTANCE */

#define	inst_token_tag				1u
#define	IS_inst_token(P)				(CHECK_NULL (P)->ag_tag == 1)

#define	inst_token_no(P)				(CHECK_TAG ((P), 1) + 4)

#define MAKE_inst_token(form_, next_, c_class_inst)\
	{\
		c_class *x857_ = GEN_c_class ( 5, TYPEID_inst );\
		x857_->ag_tag = 1;\
		COPY_type (x857_ + 1, (form_));\
		COPY_inst (x857_ + 2, x857_);\
		COPY_inst (x857_ + 3, (next_));\
		COPY_ulong (x857_ + 4, LINK_NONE);\
		(c_class_inst) = x857_;\
	}

#define	DECONS_inst_token(form_, alias_, next_, no_, c_class_inst)\
	{\
		c_class *x858_ = CHECK_TAG ((c_class_inst), 1);\
		(form_) = DEREF_type (x858_ + 1);\
		(alias_) = DEREF_inst (x858_ + 2);\
		(next_) = DEREF_inst (x858_ + 3);\
		(no_) = DEREF_ulong (x858_ + 4);\
	}

#define	DESTROY_inst_token(destroyer_, form_, alias_, next_, no_, c_class_inst)\
	{\
		c_class *x859_ = CHECK_TAG ((c_class_inst), 1);\
		(form_) = DEREF_type (x859_ + 1);\
		(alias_) = DEREF_inst (x859_ + 2);\
		(next_) = DEREF_inst (x859_ + 3);\
		(no_) = DEREF_ulong (x859_ + 4);\
		(destroyer_) (x859_, 5u);\
	}


#endif


syntax highlighted by Code2HTML, v. 0.9.1