代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/154249/5639605
java attribute.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/193705/8206217
class attribute.class
www.eeworm.com/read/392695/8329791
h attribute.h
#pragma once
class attribute
{
public:
attribute(void);
attribute(string str, string con, int value, int name);
~attribute(void);
public:
string att_name;
string content;
int att_
www.eeworm.com/read/392695/8329797
cpp attribute.cpp
#include "StdAfx.h"
#include ".\attribute.h"
attribute::attribute(void)
{
}
attribute::attribute(string str, string con, int value, int name)
{
content = con;
att_name = str;
att_value
www.eeworm.com/read/173877/9631198
h attribute.h
#ifndef ATTRIBUTE_H
#define ATTRIBUTE_H
#include "def.h"
class Attribute
{
public:
Attribute();
Attribute(Octet attr, String nameAttr, VType valueType);
~Attribute();
Octet getAttr();
String ge
www.eeworm.com/read/173877/9631212
h attribute.h
#ifndef ATTRIBUTE_H
#define ATTRIBUTE_H
#include "def.h"
class Attribute
{
public:
Attribute();
Attribute(Octet attr, String nameAttr, VType valueType);
~Attribute();
Octet getAttr();
String ge
www.eeworm.com/read/173877/9631225
cfg attribute.cfg
ATTRIBUTE VSP_ID 1 String
ATTRIBUTE SMG_ID 2 String
ATTRIBUTE Src_Terminal_Id 3 String
ATTRIBUTE Dest_Terminal_Id 5 String
ATTRIBUTE Service_Id 6 String
ATTRIBUTE Fee_User_Type 7 Octet
ATTRIBUT
www.eeworm.com/read/173877/9631238
cpp attribute.cpp
#include "Attribute.h"
Attribute::Attribute()
{
_attr=0;
_nameAttr="";
_valueType=VTypeDefault;
}
Attribute::Attribute(Octet attr, String nameAttr, VType valueType)
{
_attr=attr;
_nameAttr=name