📄 psdl_node.h
字号:
private:
/// The values
TAO_PSDL_Node *storagetype_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagetype_Name : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagetype_Name (TAO_PSDL_Node *scoped_name);
virtual ~TAO_PSDL_Storagetype_Name (void);
/// Get the value
TAO_PSDL_Node *scoped_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *scoped_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagetype_Impl_Spec : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagetype_Impl_Spec (TAO_PSDL_Node *abstract_storagetype_name);
virtual ~TAO_PSDL_Storagetype_Impl_Spec (void);
/// Get the value
TAO_PSDL_Node *abstract_storagetype_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *abstract_storagetype_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagetype_Ref_Type : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagetype_Ref_Type (TAO_PSDL_Node *storagetype_name);
virtual ~TAO_PSDL_Storagetype_Ref_Type (void);
/// Get the value
TAO_PSDL_Node *storagetype_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *storagetype_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Scope : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Scope (TAO_PSDL_Node *storagehome_name);
virtual ~TAO_PSDL_Storagehome_Scope (void);
/// Get the value
TAO_PSDL_Node *storagehome_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *storagehome_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Store_Directive : public TAO_PSDL_Node
{
public:
TAO_PSDL_Store_Directive (TAO_PSDL_Node *simple_declarator,
TAO_PSDL_Node *psdl_concrete_state_type,
TAO_PSDL_Node *storagehome_scope);
TAO_PSDL_Store_Directive (TAO_PSDL_Node *simple_declarator,
TAO_PSDL_Node *psdl_concrete_state_type);
virtual ~TAO_PSDL_Store_Directive (void);
/// Get the value
TAO_PSDL_Node *simple_declarator (void) const;
TAO_PSDL_Node *psdl_concrete_state_type (void) const;
TAO_PSDL_Node *storagehome_scope (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *simple_declarator_;
TAO_PSDL_Node *psdl_concrete_state_type_;
TAO_PSDL_Node *storagehome_scope_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Psdl_Concrete_State_Type : public TAO_PSDL_Node
{
public:
TAO_PSDL_Psdl_Concrete_State_Type (TAO_PSDL_Node *storagetype);
virtual ~TAO_PSDL_Psdl_Concrete_State_Type (void);
/// Get the value
TAO_PSDL_Node *storagetype (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *storagetype_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Ref_Rep_Directive : public TAO_PSDL_Node
{
public:
TAO_PSDL_Ref_Rep_Directive (TAO_PSDL_Node *simple_declarator);
virtual ~TAO_PSDL_Ref_Rep_Directive (void);
/// Get the value
TAO_PSDL_Node *simple_declarator (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *simple_declarator_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome (TAO_PSDL_Node *storagehome_header);
TAO_PSDL_Storagehome (TAO_PSDL_Node *storagehome_header,
TAO_PSDL_Node *storagehome_body);
virtual ~TAO_PSDL_Storagehome (void);
/// Get the value
TAO_PSDL_Node *storagehome_header (void) const;
TAO_PSDL_Node *storagehome_body (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *storagehome_header_;
TAO_PSDL_Node *storagehome_body_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Header : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier,
TAO_PSDL_Node *storagetype_name,
TAO_PSDL_Node *storagehome_inh_spec,
TAO_PSDL_Node *storagehome_impl_spec);
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier,
TAO_PSDL_Node *storagetype_name,
TAO_PSDL_Node *storagehome_inh_spec);
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier,
TAO_PSDL_Node *storagetype_name);
virtual ~TAO_PSDL_Storagehome_Header (void);
/// Get the value
TAO_PSDL_Node *identifier (void) const;
TAO_PSDL_Node *storagetype_name (void) const;
TAO_PSDL_Node *storagehome_inh_spec (void) const;
TAO_PSDL_Node *storagehome_impl_spec (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *identifier_;
TAO_PSDL_Node *storagetype_name_;
TAO_PSDL_Node *storagehome_inh_spec_;
TAO_PSDL_Node *storagehome_impl_spec_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Body : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Body ();
TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member);
TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member,
TAO_PSDL_Node *storagehome_body);
virtual ~TAO_PSDL_Storagehome_Body (void);
/// Get the value
TAO_PSDL_Node *storagehome_member (void) const;
TAO_PSDL_Node *storagehome_body (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *storagehome_member_;
TAO_PSDL_Node *storagehome_body_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Member : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Member (TAO_PSDL_Node *key_dcl);
virtual ~TAO_PSDL_Storagehome_Member (void);
/// Get the value
TAO_PSDL_Node *key_dcl (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *key_dcl_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Inh_Spec : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Inh_Spec (TAO_PSDL_Node *storagehome_name);
virtual ~TAO_PSDL_Storagehome_Inh_Spec (void);
/// Get the value
TAO_PSDL_Node *storagehome_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *storagehome_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Name : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Name (TAO_PSDL_Node *scoped_name);
virtual ~TAO_PSDL_Storagehome_Name (void);
/// Get the value
TAO_PSDL_Node *scoped_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *scoped_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Storagehome_Impl_Spec : public TAO_PSDL_Node
{
public:
TAO_PSDL_Storagehome_Impl_Spec (TAO_PSDL_Node *abstract_storagehome_name);
virtual ~TAO_PSDL_Storagehome_Impl_Spec (void);
/// Get the value
TAO_PSDL_Node *abstract_storagehome_name (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *abstract_storagehome_name_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Primary_Key_Dcl : public TAO_PSDL_Node
{
public:
TAO_PSDL_Primary_Key_Dcl ();
TAO_PSDL_Primary_Key_Dcl (TAO_PSDL_Node *identifier);
virtual ~TAO_PSDL_Primary_Key_Dcl (void);
/// Get the value
TAO_PSDL_Node *identifier (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *identifier_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Identifier : public TAO_PSDL_Node
{
public:
TAO_PSDL_Identifier (char *value);
TAO_PSDL_Identifier (int value_type);
virtual ~TAO_PSDL_Identifier (void);
/// Get the value
char *value (void) const;
int value_type (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
char *value_;
int value_type_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Type_Dcl : public TAO_PSDL_Node
{
public:
TAO_PSDL_Type_Dcl (TAO_PSDL_Node *type_of_type_dcl);
TAO_PSDL_Type_Dcl (int key_word,
TAO_PSDL_Node *type_of_type_dcl);
virtual ~TAO_PSDL_Type_Dcl (void);
/// Get the value
int key_word (void) const;
TAO_PSDL_Node *type_of_type_dcl (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
int key_word_;
TAO_PSDL_Node *type_of_type_dcl_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Type_Declarator : public TAO_PSDL_Node
{
public:
TAO_PSDL_Type_Declarator (TAO_PSDL_Node *type_spec,
TAO_PSDL_Node *declarators);
virtual ~TAO_PSDL_Type_Declarator (void);
/// Get the value
TAO_PSDL_Node *type_spec (void) const;
TAO_PSDL_Node *declarators (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *type_spec_;
TAO_PSDL_Node *declarators_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Type_Spec : public TAO_PSDL_Node
{
public:
TAO_PSDL_Type_Spec (TAO_PSDL_Node *type_of_type_spec);
virtual ~TAO_PSDL_Type_Spec (void);
/// Get the value
TAO_PSDL_Node *type_of_type_spec (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *type_of_type_spec_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Simple_Type_Spec : public TAO_PSDL_Node
{
public:
TAO_PSDL_Simple_Type_Spec (TAO_PSDL_Node *type_of_simple_type_spec);
virtual ~TAO_PSDL_Simple_Type_Spec (void);
/// Get the value
TAO_PSDL_Node *type_of_simple_type_spec (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *type_of_simple_type_spec_;
};
/// ****************************************************************
class TAO_PSDL_Export TAO_PSDL_Base_Type_Spec : public TAO_PSDL_Node
{
public:
TAO_PSDL_Base_Type_Spec (TAO_PSDL_Node *type_of_base_type_spec);
virtual ~TAO_PSDL_Base_Type_Spec (void);
/// Get the value
TAO_PSDL_Node *type_of_base_type_spec (void) const;
/// = The Node methods.
int accept (TAO_PSDL_Node_Visitor *visitor);
private:
/// The values
TAO_PSDL_Node *type_of_base_type_spec_;
};
/// ****************************************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -