Changeset 128 in dev for BasicCompiler_Common/Type.cpp


Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Type.cpp

    r117 r128  
    522522    return Type( DEF_OBJECT, *pobj_DBClass->GetStringClassPtr() );
    523523}
     524
     525const string BlittableType::GetCreateStaticMethodFullName() const
     526{
     527    return pClass->GetNamespaceScopes().ToString() + "." + pClass->GetName() + "._Create";
     528}
Note: See TracChangeset for help on using the changeset viewer.