FCT
载入中...
搜索中...
未找到
FCT::PassSource结构体 参考

#include <PassSource.h>

FCT::PassSource 的协作图:
Collaboration graph

Public 成员函数

 PassSource (const std::string &source)
 PassSource (const std::string &oper, const std::string &name)
PassSource operator| (const PassSource &rhs) const
const std::string & getName () const
const std::string & getOperator () const
const std::vector< PassSource > & getAlternatives () const
bool hasAlternatives () const
std::string getFullIdentifier () const
std::string toString () const

Public 属性

std::string name
std::string oper
std::vector< PassSourcealternatives

详细描述

在文件 PassSource.h10 行定义.

构造及析构函数说明

◆ PassSource() [1/2]

FCT::PassSource::PassSource ( const std::string & source)
inline

在文件 PassSource.h11 行定义.

这是这个函数的调用关系图:

◆ PassSource() [2/2]

FCT::PassSource::PassSource ( const std::string & oper,
const std::string & name )
inline

在文件 PassSource.h21 行定义.

成员函数说明

◆ getAlternatives()

const std::vector< PassSource > & FCT::PassSource::getAlternatives ( ) const
inline

在文件 PassSource.h34 行定义.

◆ getFullIdentifier()

std::string FCT::PassSource::getFullIdentifier ( ) const
inline

在文件 PassSource.h38 行定义.

这是这个函数的调用关系图:

◆ getName()

const std::string & FCT::PassSource::getName ( ) const
inline

在文件 PassSource.h30 行定义.

◆ getOperator()

const std::string & FCT::PassSource::getOperator ( ) const
inline

在文件 PassSource.h32 行定义.

◆ hasAlternatives()

bool FCT::PassSource::hasAlternatives ( ) const
inline

在文件 PassSource.h36 行定义.

◆ operator|()

PassSource FCT::PassSource::operator| ( const PassSource & rhs) const
inline

在文件 PassSource.h24 行定义.

函数调用图:

◆ toString()

std::string FCT::PassSource::toString ( ) const
inline

在文件 PassSource.h42 行定义.

函数调用图:

类成员变量说明

◆ alternatives

std::vector<PassSource> FCT::PassSource::alternatives

在文件 PassSource.h52 行定义.

◆ name

std::string FCT::PassSource::name

在文件 PassSource.h50 行定义.

◆ oper

std::string FCT::PassSource::oper

在文件 PassSource.h51 行定义.


该结构体的文档由以下文件生成: