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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [typecodes/] [PrimitiveTypeCode.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_CORBA_typecodes_PrimitiveTypeCode__
5
#define __gnu_CORBA_typecodes_PrimitiveTypeCode__
6
 
7
#pragma interface
8
 
9
#include <org/omg/CORBA/TypeCode.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
      namespace typecodes
17
      {
18
          class PrimitiveTypeCode;
19
      }
20
    }
21
  }
22
  namespace org
23
  {
24
    namespace omg
25
    {
26
      namespace CORBA
27
      {
28
          class Any;
29
          class TCKind;
30
          class TypeCode;
31
      }
32
    }
33
  }
34
}
35
 
36
class gnu::CORBA::typecodes::PrimitiveTypeCode : public ::org::omg::CORBA::TypeCode
37
{
38
 
39
public:
40
  PrimitiveTypeCode(::org::omg::CORBA::TCKind *);
41
  virtual ::org::omg::CORBA::TypeCode * concrete_base_type();
42
  virtual ::org::omg::CORBA::TypeCode * content_type();
43
  virtual jint default_index();
44
  virtual ::org::omg::CORBA::TypeCode * discriminator_type();
45
  virtual jboolean equal(::org::omg::CORBA::TypeCode *);
46
  virtual jboolean equivalent(::org::omg::CORBA::TypeCode *);
47
  virtual jshort fixed_digits();
48
  virtual jshort fixed_scale();
49
  virtual ::org::omg::CORBA::TypeCode * get_compact_typecode();
50
  virtual ::java::lang::String * id();
51
  virtual ::org::omg::CORBA::TCKind * kind();
52
  virtual jint length();
53
  virtual jint member_count();
54
  virtual ::org::omg::CORBA::Any * member_label(jint);
55
  virtual ::java::lang::String * member_name(jint);
56
  virtual ::org::omg::CORBA::TypeCode * member_type(jint);
57
  virtual jshort member_visibility(jint);
58
  virtual ::java::lang::String * name();
59
  virtual jshort type_modifier();
60
private:
61
  static const jlong serialVersionUID = 1LL;
62
public: // actually protected
63
  ::org::omg::CORBA::TCKind * __attribute__((aligned(__alignof__( ::org::omg::CORBA::TypeCode)))) kind__;
64
public:
65
  static ::java::lang::Class class$;
66
};
67
 
68
#endif // __gnu_CORBA_typecodes_PrimitiveTypeCode__

powered by: WebSVN 2.1.0

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