AFEPack
组合类型 | 命名空间 | 函数
PropertyTable.h文件参考
#include <iostream>
#include <vector>
#include <list>
#include <map>
#include "Miscellaneous.h"

浏览该文件的源代码。

组合类型

class  details::property_id_allocator_t
struct  details::null_type
class  property_id_t< T >
class  details::PropertyTableBase
class  details::PropertyTableBase::property_entry_t
 全局性质表中存储的数据的类型 更多...
struct  details::PropertyTableBase::prop_tbl_entry_t
struct  details::PropertyTableBase::prop_iter_entry_t
 每个对象的性质表记录其在全局中的应用 更多...
class  PropertyTable

命名空间

namespace  details

函数

template<class T >
void details::_new_property_id (property_id_t< T > &id)
template<class T >
void details::_free_property_id (property_id_t< T > &id)
template<class T >
void new_property_id (property_id_t< T > &pid)
template<class T >
void free_property_id (property_id_t< T > &pid)

详细描述

作者:
Robert Lie
日期:
Mon Nov 13 20:52:26 2006

函数文档

template<class T >
void free_property_id ( property_id_t< T > &  pid)
template<class T >
void new_property_id ( property_id_t< T > &  pid)