libqipackage  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Classes | Typedefs | Functions
qi Namespace Reference

Classes

struct  PackageInfo2
 A dynamic struct for managing packages information. More...
 
struct  RobotRequirement
 This structure defines robot requirements for this package. More...
 
struct  NaoqiRequirement
 Requirement on naoqi version. More...
 
struct  PackageService
 Structure matching a service. More...
 
struct  WebInfo
 A structure defining web pages location. More...
 
class  PackageInfo
 A class that represents a package. More...
 

Typedefs

typedef std::vector< PackageInfoPackageInfoList
 

Functions

QI_PACKAGE_API qi::PackageInfo2 loadManifest (const std::string &manifestPath)
 Returns a qi::PackageInfo2 from a manifest path. More...
 
QI_PACKAGE_API std::ostream & operator<< (std::ostream &os, const PackageInfo &package)
 

Typedef Documentation

typedef std::vector<PackageInfo> qi::PackageInfoList

Definition at line 240 of file package_info.hpp.

Function Documentation

QI_PACKAGE_API qi::PackageInfo2 qi::loadManifest ( const std::string &  manifestPath)

Returns a qi::PackageInfo2 from a manifest path.

QI_PACKAGE_API std::ostream& qi::operator<< ( std::ostream &  os,
const PackageInfo &  package 
)