OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [typecodes/] [FixedTypeCode.h] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_CORBA_typecodes_FixedTypeCode__
#define __gnu_CORBA_typecodes_FixedTypeCode__
 
#pragma interface
 
#include <gnu/CORBA/typecodes/PrimitiveTypeCode.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace typecodes
      {
          class FixedTypeCode;
      }
    }
  }
  namespace java
  {
    namespace math
    {
        class BigDecimal;
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class TypeCode;
      }
    }
  }
}
 
class gnu::CORBA::typecodes::FixedTypeCode : public ::gnu::CORBA::typecodes::PrimitiveTypeCode
{
 
public:
  FixedTypeCode();
  FixedTypeCode(::java::math::BigDecimal *);
  virtual void setDigits(jint);
  virtual void setScale(jint);
  static jint countDigits(::java::math::BigDecimal *);
  virtual jboolean equal(::org::omg::CORBA::TypeCode *);
  virtual jshort fixed_digits();
  virtual jshort fixed_scale();
private:
  static const jlong serialVersionUID = 1LL;
  jshort __attribute__((aligned(__alignof__( ::gnu::CORBA::typecodes::PrimitiveTypeCode)))) digits;
  jshort scale;
public:
  static ::java::lang::Class class$;
};
 
#endif // __gnu_CORBA_typecodes_FixedTypeCode__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.