SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
Core Namespace Reference

Typedefs

typedef std::vector< std::string > StringVector
 
typedef boost::shared_ptr
< StringVector
StringVectorHandle
 
typedef boost::shared_ptr
< const StringVector
StringVectorConstHandle
 
typedef std::list< std::string > StringList
 
typedef boost::shared_ptr
< StringList
StringListHandle
 
typedef boost::shared_ptr
< const StringList
StringListConstHandle
 

Detailed Description

Todo:
Documentation Core/Utils/StringContainer.h

Typedef Documentation

typedef std::list< std::string > StringList
typedef boost::shared_ptr< const StringList > StringListConstHandle
typedef boost::shared_ptr< StringList > StringListHandle
typedef std::vector< std::string > StringVector
typedef boost::shared_ptr< const StringVector > StringVectorConstHandle
typedef boost::shared_ptr< StringVector > StringVectorHandle