SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Member Functions | Friends | List of all members
smtk::resource::ConstPropertiesOfType< Type > Class Template Reference

A specialization of the Properties container for a single type. More...

#include <Properties.h>

Public Member Functions

bool contains (const std::string &key) const
 Check whether a property associated with key is present.
 
const Type & at (const std::string &key) const
 Access property indexed by key.
 
bool empty () const
 Check if any properties of this type are associated with m_id.
 
std::set< std::string > keys () const
 

Friends

class Properties
 

Detailed Description

template<typename Type>
class smtk::resource::ConstPropertiesOfType< Type >

A specialization of the Properties container for a single type.

ConstPropertiesOfType provides a non-templated API for accessing property information.


The documentation for this class was generated from the following file: