Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/Const.cpp

    r509 r523  
    4949}
    5050
    51 void Consts::Add( const NamespaceScopes &namespaceScopes, const string &name , char *Expression)
     51void Consts::Add( const NamespaceScopes &namespaceScopes, const std::string &name , char *Expression)
    5252{
    5353    _int64 i64data;
     
    6767    Put( newconst );
    6868}
    69 void Consts::Add(const NamespaceScopes &namespaceScopes, const string &name, int value){
     69void Consts::Add(const NamespaceScopes &namespaceScopes, const std::string &name, int value){
    7070    CConst *newconst = new CConst( namespaceScopes, name, value);
    7171
     
    7474}
    7575
    76 CConst *Consts::GetObjectPtr( const string &name ){
     76CConst *Consts::GetObjectPtr( const std::string &name ){
    7777    char ObjName[VN_SIZE];      //オブジェクト変数
    7878    char NestMember[VN_SIZE];   //入れ子メンバ
Note: See TracChangeset for help on using the changeset viewer.