|
cgma
|
Go to the source code of this file.
Classes | |
| class | CAUniqueId |
Typedefs | |
| typedef std::map< long, long > | UIDMap |
Functions | |
| CubitAttrib * | CAUniqueId_creator (RefEntity *entity, const CubitSimpleAttrib &p_csa) |
| typedef std::map<long, long> UIDMap |
Definition at line 14 of file CAUniqueId.hpp.
| CubitAttrib* CAUniqueId_creator | ( | RefEntity * | entity, |
| const CubitSimpleAttrib & | p_csa | ||
| ) |
Definition at line 18 of file CAUniqueId.cpp.
{
return new CAUniqueId(entity, p_csa);
}